pg_seclabel
#
The catalog <structname>pg_seclabel</structname> stores security
labels on database objects. Security labels can be manipulated
with the <link linkend="sql-security-label"><command>SECURITY LABEL</command></link> command. For an easier
way to view security labels, see <xref linkend="view-pg-seclabels"/>.
pg_seclabel
カタログにはデータベースオブジェクト上のセキュリティラベルが格納されます。
セキュリティラベルはSECURITY LABEL
コマンドを用いて操作できます。
セキュリティラベルを閲覧するより簡単な方法については52.22を参照してください。
See also <link linkend="catalog-pg-shseclabel"><structname>pg_shseclabel</structname></link>,
which performs a similar function for security labels of database objects
that are shared across a database cluster.
pg_shseclabel
も参照してください。
これは、データベースクラスタ間で共有されたデータベースオブジェクトにおけるセキュリティラベルのための類似した機能を提供します。
表51.46 pg_seclabel
の列
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 label provider associated with this label. このラベルに関連付いたラベルプロバイダです。 |
The security label applied to this object. このオブジェクトに適用されるセキュリティラベルです。 |