Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
REVOKE ROLE
On this page
The REVOKE ROLE command removes 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: