33.4. administrable_role_authorizations

Note: The following description applies both to Postgres-XC and PostgreSQL if not described explicitly. You can read PostgreSQL as Postgres-XC except for version number, which is specific to each product.

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

Table 33-2. administrable_role_authorizations Columns

NameData TypeDescription
granteesql_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_namesql_identifierName of a role
is_grantableyes_or_noAlways YES