バージョンごとのドキュメント一覧

54.22. 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カタログをより問い合わせし易くしたものです。

表54.22 pg_seclabelsの列

<title><structname>pg_seclabels</structname> Columns</title>

Column Type 列 型

Description 説明

objoid oid (references any OID column) (いずれかのOID列)

The OID of the object this security label pertains to このセキュリティラベルが関係するオブジェクトのOID

classoid oid (references <link linkend="catalog-pg-class"><structname>pg_class</structname></link>.<structfield>oid</structfield>) (参照先 pg_class.oid

The OID of the system catalog this object appears in このオブジェクトが現れるシステムカタログのOID

objsubid int4

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. テーブル列上のセキュリティラベルでは、これは列番号です(objoidおよびclassoidはテーブル自身を参照します)。 他のすべての種類のオブジェクトでは、この列はゼロです。

objtype text

The type of object to which this label applies, as text. このラベルが適用されるオブジェクトの種類のテキスト表現

objnamespace oid (references <link linkend="catalog-pg-namespace"><structname>pg_namespace</structname></link>.<structfield>oid</structfield>) (参照先 pg_namespace.oid

The OID of the namespace for this object, if applicable; otherwise NULL. もし適用可能であればこのオブジェクト用の名前空間のOID。そうでない場合はNULL

objname text

The name of the object to which this label applies, as text. このラベルが適用されるオブジェクト名称のテキスト表現

provider text (references <link linkend="catalog-pg-seclabel"><structname>pg_seclabel</structname></link>.<structfield>provider</structfield>) (参照先 pg_seclabel.provider

The label provider associated with this label. このラベルに関連付いたラベルプロバイダです。

label text (references <link linkend="catalog-pg-seclabel"><structname>pg_seclabel</structname></link>.<structfield>label</structfield>) (参照先 pg_seclabel.label

The security label applied to this object. このオブジェクトに適用されるセキュリティラベルです。