This command provides the description of an existing in the current .
Roles will only be visible if the current role has USAGE privileges on the Role.
Arguments
role_name
Name of the role to describe. For case-sensitive names, the name must be wrapped in double quotes; otherwise, the lowercase name will be used.
Examples
<no-db>/<no-store># DESCRIBE ROLE useradmin;+--------------+------------+----------------+--------------------+-------------+|Type|Name|Privilege|WithGrantOption|GrantedBy|+==============+============+================+====================+=============+|role|public|usage|false|orgadmin|+--------------+------------+----------------+--------------------+-------------+|organization|useradmin|manage_members|true|orgadmin|+--------------+------------+----------------+--------------------+-------------+