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_seclabel stores security labels on database objects.

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

Columns 5

ColumnTypeDescription / reference
objoidoidThe OID of the object this security label pertains to
classoidoidThe OID of the system catalog this object appears in
pg_class.oid
objsubidint4For 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.
providertextThe label provider associated with this label.
labeltextThe security label applied to this object.
Column history across versions
Version history 15
  1. PG 18 → 19changed
  2. PG 17 → 18changed
  3. PG 16 → 17changed
  4. PG 14 → 15changed
  5. PG 13 → 14changed
  6. PG 12 → 13changed
  7. PG 11 → 12changed
  8. PG 10 → 11changed
  9. PG 9.6 → 10changed
  10. PG 9.5 → 9.6changed
  11. PG 9.4 → 9.5changed
  12. PG 9.3 → 9.4changed
  13. PG 9.2 → 9.3changed
  14. PG 9.1 → 9.2changed
  15. PG 9.0 → 9.1added

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