SHOW USERS

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

The SHOW USERS statement lists the users for all databases.

Synopsis

SHOW USERS

Required Privileges

No privileges are required to list users.

Example

> SHOW USERS;
+------------+
|  username  |
+------------+
| jpointsman |
| maxroach   |
| root       |
+------------+

See Also


Yes No

Yes No