ALTER ROLE

Name

ALTER ROLE

Description

Statement used to modify a role

  1. ALTER ROLE role_name comment;

Example

  1. Modify the role’s comment

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

Keywords

  1. ALTER, ROLE

Best Practice