PG_SECLABELS
PG_SECLABELS provides information about storage security labels.
Name | Type | Reference | Description |
|---|---|---|---|
objoid | oid | Any OID column | OID of the object that this security label pertains to. |
classoid | oid | oid in PG_CLASS | OID of the system catalog where the object to which the security label belongs is located. |
objsubid | integer | - |
|
objtype | text | - | Type of the object to which the label belongs, in text format. Examples:
|
objnamespace | oid | oid in PG_NAMESPACE | OID of the namespace for the object, if applicable; otherwise, NULL. |
objname | text | - | Name of the object to which the label belongs, in text format. |
provider | text | provider in PG_SECLABEL | Provider of the label. |
label | text | label in PG_SECLABEL | Security label name. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.

