On this page
Warning:
CockroachDB v1.1 is no longer supported as of April 12, 2019. For more details, refer to the Release Support Policy.
The SHOW USERS
statement lists the users for all databases.
Synopsis
Required Privileges
No privileges are required to list users.
Example
> SHOW USERS;
+------------+
| username |
+------------+
| jpointsman |
| maxroach |
| root |
+------------+