8.16. DROP ROLE
Synopsis
- DROP ROLE role_name
Description
DROP ROLE
drops the specified role in the current catalog.
For DROP ROLE
statement to succeed, the user executing it should possessadmin privileges for the given role.
Examples
Drop role admin
- DROP ROLE admin;
Limitations
Some connectors do not support role management.See connector documentation for more details.