Warning:
Cockroach Labs will stop providing Assistance Support for this version on May 12, 2021. Prior to that date, upgrade to a more recent version to continue receiving support. For more details, see the Release Support Policy.
The SHOW ROLES
statement lists the roles for all databases.
Synopsis
Required privileges
The user must have the SELECT
privilege on the system table.
Example
> SHOW ROLES;
+-----------+
| role_name |
+-----------+
| admin |
| dev_ops |
+-----------+