| PostgreSQL Reference Manual - Volume 2 - Programming Guide by The PostgreSQL Global Development Group Paperback (6"x9"), 408 pages ISBN 0954612035 RRP £19.95 ($34.95) Sales of this book support the PostgreSQL project! Get a printed copy>>> |
4.4 administrable_role_authorizations
The view administrable_role_authorizations
identifies all roles that the current user has the admin option
for.
4-2:
administrable_role_authorizations Columns
| Name | Data Type | Description
|
grantee | sql_identifier | Name of the role to which this role membership was granted (may
be the current user, or a different role in case of nested role
memberships)
|
role_name | sql_identifier | Name of a role
|
is_grantable | character_data | Always YES
|
| ISBN 0954612035 | PostgreSQL Reference Manual - Volume 2 - Programming Guide | See the print edition |