Files
doc-exports/docs/dws/dev/dws_04_0615.html
luhuayi 177cd61a57 DWS DEVG 910.211 version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Co-authored-by: luhuayi <luhuayi@huawei.com>
Co-committed-by: luhuayi <luhuayi@huawei.com>
2025-05-05 07:44:03 +00:00

5.9 KiB

PG_SECLABEL

PG_SECLABEL records security labels on database objects.

See also PG_SHSECLABEL, which performs a similar function for security labels of database objects that are shared across a database cluster.

Table 1 PG_SECLABEL columns

Name

Type

Reference

Description

objoid

OID

Any OID column

OID of the object this security label pertains to

classoid

OID

PG_CLASS.oid

OID of the system catalog that contains the object

objsubid

Integer

N/A

For a security label on a table column, this is the column number.

provider

Text

N/A

Label provider associated with this label

label

Text

N/A

Security label applied to this object