| PostgreSQL 9.2.4 Documentation | ||||
|---|---|---|---|---|
| Prev | Up | Chapter 34. The Information Schema | Next | |
The view administrable_role_authorizations identifies all roles that the current user has the admin option for.
Table 34-2. administrable_role_authorizations Columns
| Name | Data 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 |
Please use this form to add your own comments regarding your experience with particular features of PostgreSQL, clarifications of the documentation, or hints for other users. Please note, this is not a support forum, and your IP address will be logged. If you have a question or need help, please see the faq, try a mailing list, or join us on IRC. Note that submissions containing URLs or other keywords commonly found in 'spam' comments may be silently discarded. Please contact the webmaster if you think this is happening to you in error.
Proceed to the comment form.