The pg_shseclabel catalog provides information about security labels for shared objects.
| Column name | Data type | Description |
|---|---|---|
objoid |
oid (references any OID column) |
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 the object appears. |
provider |
text |
The label provider associated with the label. |
label |
text |
The security label applied to the object. |