SYSTEM CATALOGS / SYSTEM CATALOGS
pg_shseclabel
Read PG 18 manual ↗The catalog pg_shseclabel stores security labels on shared database objects.
- Kind
- System catalogs
- Columns in this snapshot
- 4
- Definition source
- English manual
Columns 4
| 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 |
provider | text | The label provider associated with this label. |
label | text | The security label applied to this object. |
Column history across versions
Version history 14
- 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.2added
Definition snapshot: english-manuals:d969cd33f45581de6d873b23dce… · English manual source