PostgreSQL

PostgreSQL Elephant Logo

36.4. administrable_role_​authorizations

The view administrable_role_authorizations identifies all roles that the current user has the admin option for.

Table 36.2. administrable_role_authorizations Columns

Column Type Description

grantee sql_identifier

Name of the role to which this role membership was granted (can be the current user, or a different role in case of nested role memberships)

role_name sql_identifier

Name of a role

is_grantable yes_or_no

Always YES

+

Prev Up Next

36.3. information_schema_catalog_name

Home

36.5. applicable_roles

Submit correction

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.

Copyright © 1996-2023 The PostgreSQL Global Development Group