ALTER GROUP
Changes a role name or membership.
Synopsis
ALTER GROUP <role_specification> ADD USER <user_name> [, ... ]
ALTER GROUP <role_specification> DROP USER <user_name> [, ... ]
-- where <role_specification> can be:
<role_name>
| CURRENT_USER
| SESSION_USER
ALTER GROUP <group_name> RENAME TO <new_name>