On this page
Warning:
As of April 30, 2020, CockroachDB v2.1 is no longer supported. For more details, refer to the Release Support Policy.
The SHOW USERS
statement lists the users for all databases.
Synopsis
Required privileges
The user must have the SELECT
privilege on the system table.
Example
> SHOW USERS;
+-------------+
| user_name |
+-------------+
| jpointsman |
| maxroach |
| root |
+-------------+