column_privileges
#
The view <literal>column_privileges</literal> identifies all
privileges granted on columns to a currently enabled role or by a
currently enabled role. There is one row for each combination of
column, grantor, and grantee.
column_privileges
ビューは、現在有効なロールに対し、または現在有効なロールによって、列に与えられた権限を全て示します。
列と許可を与えた者、許可を受けた者の組み合わせごとに1行があります。
If a privilege has been granted on an entire table, it will show up in
this view as a grant for each column, but only for the
privilege types where column granularity is possible:
<literal>SELECT</literal>, <literal>INSERT</literal>,
<literal>UPDATE</literal>, <literal>REFERENCES</literal>.
権限がテーブル全体に付与されていた場合、このビューでは各列に権限が付与された場合と同じように表示されます。
しかし、SELECT
、INSERT
、UPDATE
、REFERENCES
といった列単位で設定可能な種類の権限のみを対象範囲とします。
表35.13 column_privileges
の列
Column Type 列 型 Description 説明 |
---|
Name of the role that granted the privilege 権限を与えたロールの名前です。 |
Name of the role that the privilege was granted to 権限を与えられたロールの名前です。 |
Name of the database that contains the table that contains the column (always the current database) その列を含むテーブルを持つデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that contains the table that contains the column その列を含むテーブルを持つスキーマの名前です。 |
Name of the table that contains the column その列を含むテーブルの名前です。 |
Name of the column 列の名前です。 |
Type of the privilege: <literal>SELECT</literal>,
<literal>INSERT</literal>, <literal>UPDATE</literal>, or
<literal>REFERENCES</literal>
権限の種類です。
|
<literal>YES</literal> if the privilege is grantable, <literal>NO</literal> if not
この権限を付与可能な場合は |