Updated on 2024-06-03 GMT+08:00

ADM_ROLE_PRIVS

ADM_ROLE_PRIVS displays information about roles granted to all users and roles. By default, only the system administrator can access this view. Common users can access the view only after being authorized. This view exists in both PG_CATALOG and SYS schema.

Table 1 ADM_ROLE_PRIVS columns

Name

Type

Description

grantee

character varying(128)

Name of the user or role to which the permission is granted.

granted_role

character varying(128)

Role to be granted.

admin_option

character varying(3)

Specifies whether the grant contains the ADMIN option.

  • YES
  • NO

delegate_option

character varying(3)

Not supported. Its value is NULL.

default_role

character varying(3)

Not supported. Its value is NULL.

os_granted

character varying(3)

Not supported. Its value is NULL.

common

character varying(3)

Not supported. Its value is NULL.

inherited

character varying(3)

Not supported. Its value is NULL.