REVOKE ROLE
Remove a role from a group.
Syntax
REVOKE ROLE 'role_name' FROM 'group_name'
Example
REVOKE ROLE ‘full_backups_role' FROM 'backup_admins';
Related Topics
Remove a role from a group.
REVOKE ROLE 'role_name' FROM 'group_name'
REVOKE ROLE ‘full_backups_role' FROM 'backup_admins';
Related Topics