SYSTEM CATALOGS / SYSTEM CATALOGS
pg_default_acl
Read PG 18 manual ↗The catalog pg_default_acl stores initial privileges to be assigned to newly created objects.
- Kind
- System catalogs
- Columns in this snapshot
- 5
- Definition source
- English manual
Columns 5
| Column | Type | Description / reference |
|---|---|---|
oid | oid | Row identifier |
defaclrole | oid | The OID of the role associated with this entry pg_authid.oid |
defaclnamespace | oid | The OID of the namespace associated with this entry, or zero if none pg_namespace.oid |
defaclobjtype | char | Type of object this entry is for: r = relation (table, view), S = sequence, f = function, T = type, n = schema, L = large object |
defaclacl | aclitem[] | Access privileges that this type of object should have on creation |
Column history across versions
Version history 6
- PG 17 → 18changed
- PG 13 → 14changed
- PG 11 → 12changed
- PG 9.6 → 10changed
- PG 9.2 → 9.3changed
- PG 9.1 → 9.2changed
Definition snapshot: english-manuals:f225e6fbc30b28ee186a921728f… · English manual source