SHOW ROLES lists the roles for all databases.
Since the keywords
ROLES and USERS can now be used interchangeably in SQL statements for enhanced PostgreSQL compatibility, SHOW ROLES is now an alias for .Synopsis
Required privileges
The role must have the on thesystem.users and system.role_members tables.

