Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
53.22. pg_seclabels
Prev UpChapter 53. System ViewsHome Next

53.22. pg_seclabels

The viewpg_seclabels provides information about security labels. It as an easier-to-query version of thepg_seclabel catalog.

Table 53.22. pg_seclabels Columns

Column Type

Description

objoidoid (references any OID column)

The OID of the object this security label pertains to

classoidoid (referencespg_class.oid)

The OID of the system catalog this object appears in

objsubidint4

For a security label on a table column, this is the column number (theobjoid andclassoid refer to the table itself). For all other object types, this column is zero.

objtypetext

The type of object to which this label applies, as text.

objnamespaceoid (referencespg_namespace.oid)

The OID of the namespace for this object, if applicable; otherwise NULL.

objnametext

The name of the object to which this label applies, as text.

providertext (referencespg_seclabel.provider)

The label provider associated with this label.

labeltext (referencespg_seclabel.label)

The security label applied to this object.



Prev Up Next
53.21. pg_rules Home 53.23. pg_sequences
pdfepub
Go to Postgres Pro Standard 15
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp