SYSTEM CATALOGS / SYSTEM CATALOGS
pg_auth_members
Read PG 18 manual ↗The catalog pg_auth_members shows the membership relations between roles.
- Kind
- System catalogs
- Columns in this snapshot
- 7
- Definition source
- English manual
Columns 7
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
roleid | oid | ID of a role that has a member pg_authid.oid |
member | oid | ID of a role that is a member of roleid pg_authid.oid |
grantor | oid | ID of the role that granted this membership pg_authid.oid |
admin_option | bool | True if member can grant membership in roleid to others |
inherit_option | bool | True if the member automatically inherits the privileges of the granted role |
set_option | bool | True if the member can SET ROLE to the granted role |
Column history across versions
Version history 1
- PG 15 → 16changed
Definition snapshot: english-manuals:7260dc1ee04298433a0fe4cd2b6… · English manual source