select open change scope Open full search

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

SYSTEM CATALOGS / SYSTEM CATALOGS

The catalog pg_init_privs records information about the initial privileges of objects in the system.

Kind
System catalogs
Columns in this snapshot
5
Definition source
English manual

Columns 5

ColumnTypeDescription / reference
objoidoidThe OID of the specific object
classoidoidThe OID of the system catalog the object is in
pg_class.oid
objsubidint4For a table column, this is the column number (the objoid and classoid refer to the table itself). For all other object types, this column is zero.
privtypecharA code defining the type of initial privilege of this object; see text
initprivsaclitem[]The initial access privileges; see Section 5.8 for details
Column history across versions
Version history 4
  1. PG 18 → 19changed
  2. PG 16 → 17changed
  3. PG 11 → 12changed
  4. PG 9.5 → 9.6added

Definition snapshot: english-manuals:9923276c8a1dd23f882a05bed84… · English manual source