pg_seclabels
#
The view <structname>pg_seclabels</structname> provides information about
security labels. It as an easier-to-query version of the
<link linkend="catalog-pg-seclabel"><structname>pg_seclabel</structname></link> catalog.
pg_seclabels
ビューはセキュリティラベルに関する情報を提供します。
これはpg_seclabel
カタログをより問い合わせし易くしたものです。
表52.22 pg_seclabels
の列
Column Type 列 型 Description 説明 |
---|
The OID of the object this security label pertains to このセキュリティラベルが関係するオブジェクトのOID |
The OID of the system catalog this object appears in このオブジェクトが現れるシステムカタログのOID |
For a security label on a table column, this is the column number (the
<structfield>objoid</structfield> and <structfield>classoid</structfield> refer to
the table itself). For all other object types, this column is
zero.
テーブル列上のセキュリティラベルでは、これは列番号です( |
The type of object to which this label applies, as text. このラベルが適用されるオブジェクトの種類のテキスト表現 |
The OID of the namespace for this object, if applicable; otherwise NULL. もし適用可能であればこのオブジェクト用の名前空間のOID。そうでない場合はNULL |
The name of the object to which this label applies, as text. このラベルが適用されるオブジェクト名称のテキスト表現 |
The label provider associated with this label. このラベルに関連付いたラベルプロバイダです。 |
The security label applied to this object. このオブジェクトに適用されるセキュリティラベルです。 |