PG_AUTHID v16

The PG_AUTHID view provides information about database authorization identifiers (that is, roles). A role includes users and groups.

In addition to the information in the PostgreSQL pg_authid description, EDB Postgres Advanced Server provides the following information.

NameTypeDescription
rolaccountstatussmallintAccount status of the role
rolcreatedblinkBooleanSpecifies whether the role is allowed to create databases link
rolcreatepublicdblinkBooleanSpecifies whether the role is allowed to create public databases link
roldroppublicdblinkBooleanSpecifies whether the role is allowed to drop public databases links
rolpolicyexemptBooleanSpecifies whether the role is allowed to bypass VPD policies
rolprofileoidObject identifier for the role's profile