pg_seclabel

The pg_seclabel catalog provides information about security labels on database objects.

Column name Data type Description
objoid oid The OID of the object to which the security label pertains.
classoid oid (references pg_class.oid) The OID of the system catalog in which this object appears.
objsubid int4 Specifies the column number when the security label refers to a table column.
0 – Other object types.
provider text The label provider associated with this label.
label text The security label applied to this object.