
# PG_SECLABEL
PG_SECLABEL系统表存储数据对象上的安全标签。
[PG_SHSECLABEL](https://support.huaweicloud.com/devg-dws/dws_04_0618.html)的作用类似，只是用于在一个数据库集群内共享的数据库对象的安全标签上。
表1PG_SECLABEL字段 
| 名字       | 类型      | 引用                                                                        | 描述              |
|:---|:---|:---|:---|
| objoid   | oid     | 任意OID属性                                                                   | 此安全标签所属的对象的OID。 |
| classoid | oid     | [PG_CLASS](https://support.huaweicloud.com/devg-dws/dws_04_0578.html).oid | 此对象的系统目录的OID。   |
| objsubid | integer | -                                                                         | 出现在此对象中的列的序号。   |
| provider | text    | -                                                                         | 与此标签相关的标签提供者。   |
| label    | text    | -                                                                         | 应用于此对象的安全标签。    |
   
