34.24. enabled_roles
The viewenabled_roles
identifies the currently“enabled roles”. The enabled roles are recursively defined as the current user together with all roles that have been granted to the enabled roles with automatic inheritance. In other words, these are all roles that the current user has direct or indirect, automatically inheriting membership in.
For permission checking, the set of“applicable roles” is applied, which can be broader than the set of enabled roles. So generally, it is better to use the viewapplicable_roles
instead of this one; SeeSection 34.5 for details onapplicable_roles
view.
Table 34.22. enabled_roles
Columns
Name | Data Type | Description |
---|---|---|
role_name | sql_identifier | Name of a role |