SYSTEM CATALOGS / SYSTEM CATALOGS
pg_parameter_acl
Read PG 18 manual ↗The catalog pg_parameter_acl records configuration parameters for which privileges have been granted to one or more roles.
- Kind
- System catalogs
- Columns in this snapshot
- 3
- Definition source
- English manual
Columns 3
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
parname | text | The name of a configuration parameter for which privileges are granted |
paracl | aclitem[] | Access privileges; see Section 5.8 for details |
Column history across versions
Version history 3
- PG 18 → 19changed
- PG 16 → 17changed
- PG 14 → 15added
Definition snapshot: english-manuals:2d6343108e7add219d44f381e27… · English manual source