{ “title”: “ALTER-ROLE”, “language”: “en” }

ALTER ROLE

Name

ALTER ROLE

Description

Statement used to modify a role

 ALTER ROLE role_name comment;

Example

  1. Modify the role's comment

    ALTER ROLE role1 COMMENT "this is my first role";
    

Keywords

ALTER, ROLE

Best Practice