select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

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

ColumnTypeDescription / reference
oidoidRow identifier
defaclroleoidThe OID of the role associated with this entry
pg_authid.oid
defaclnamespaceoidThe OID of the namespace associated with this entry, or zero if none
pg_namespace.oid
defaclobjtypecharType of object this entry is for: r = relation (table, view), S = sequence, f = function, T = type, n = schema, L = large object
defaclaclaclitem[]Access privileges that this type of object should have on creation
Column history across versions
Version history 6
  1. PG 17 → 18changed
  2. PG 13 → 14changed
  3. PG 11 → 12changed
  4. PG 9.6 → 10changed
  5. PG 9.2 → 9.3changed
  6. PG 9.1 → 9.2changed

Definition snapshot: english-manuals:f225e6fbc30b28ee186a921728f… · English manual source