SYSTEM CATALOGS / SYSTEM CATALOGS
pg_init_privs
Read PG 18 manual ↗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
| Column | Type | Description / reference |
|---|---|---|
objoid | oid | The OID of the specific object |
classoid | oid | The OID of the system catalog the object is in pg_class.oid |
objsubid | int4 | For 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. |
privtype | char | A code defining the type of initial privilege of this object; see text |
initprivs | aclitem[] | The initial access privileges; see Section 5.8 for details |
Column history across versions
Version history 4
- PG 18 → 19changed
- PG 16 → 17changed
- PG 11 → 12changed
- PG 9.5 → 9.6added
Definition snapshot: english-manuals:9923276c8a1dd23f882a05bed84… · English manual source