SYSTEM CATALOGS / SYSTEM CATALOGS
pg_seclabel
Read PG 18 manual ↗The catalog pg_seclabel stores security labels on database objects.
- Kind
- System catalogs
- Columns in this snapshot
- 5
- Definition source
- English manual
Columns 5
| Column | Type | Description / reference |
|---|---|---|
objoid | oid | The OID of the object this security label pertains to |
classoid | oid | The OID of the system catalog this object appears in pg_class.oid |
objsubid | int4 | For a security label on 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. |
provider | text | The label provider associated with this label. |
label | text | The security label applied to this object. |
Column history across versions
Version history 15
- PG 18 → 19changed
- PG 17 → 18changed
- PG 16 → 17changed
- PG 14 → 15changed
- PG 13 → 14changed
- PG 12 → 13changed
- PG 11 → 12changed
- PG 10 → 11changed
- PG 9.6 → 10changed
- PG 9.5 → 9.6changed
- PG 9.4 → 9.5changed
- PG 9.3 → 9.4changed
- PG 9.2 → 9.3changed
- PG 9.1 → 9.2changed
- PG 9.0 → 9.1added
Definition snapshot: english-manuals:fdda77e412e491631a48cec319e… · English manual source