REVOKE ROLE
Remove a role from a group.
Syntax
REVOKE ROLE 'role_name' FROM 'group_name'
Remarks
This command causes implicit commits. See COMMIT for more information.
Example
REVOKE ROLE ‘full_backups_role' FROM 'backup_admins';
Related Topics
Remove a role from a group.
REVOKE ROLE 'role_name' FROM 'group_name'
This command causes implicit commits. See COMMIT for more information.
REVOKE ROLE ‘full_backups_role' FROM 'backup_admins';
Related Topics