4 The catalog pg_seclabel stores security labels on database objects.
5 Security labels can be manipulated with the SECURITY LABEL command. For
6 an easier way to view security labels, see Section 53.23.
8 See also pg_shseclabel, which performs a similar function for security
9 labels of database objects that are shared across a database cluster.
11 Table 52.46. pg_seclabel Columns
17 objoid oid (references any OID column)
19 The OID of the object this security label pertains to
21 classoid oid (references pg_class.oid)
23 The OID of the system catalog this object appears in
27 For a security label on a table column, this is the column number (the
28 objoid and classoid refer to the table itself). For all other object
29 types, this column is zero.
33 The label provider associated with this label.
37 The security label applied to this object.