SHOW ROLES

Warning:
This version of CockroachDB is no longer supported. For more details, see the Release Support Policy.

New in v2.0: The SHOW ROLES statement lists the roles for all databases.

Synopsis

SHOW ROLES

Required Privileges

The user must have the SELECT privilege on the system table.

Example

icon/buttons/copy
> SHOW ROLES;
+----------+
| rolename |
+----------+
| admin    |
| dev_ops  |
+----------+

See Also


Yes No

Yes No