REVOKE ROLE

Remove a role from a group.

Syntax

REVOKE ROLE 'role_name' FROM 'group_name'

Remarks

  • This command causes implicit commits. Refer to COMMIT for more information.

Example

REVOKE ROLE ‘full_backups_role' FROM 'backup_admins';

Related Topics

Last modified: August 18, 2023

Was this article helpful?