role_column_grants
#
The view <literal>role_column_grants</literal> identifies all
privileges granted on columns where the grantor or grantee is a
currently enabled role. Further information can be found under
<literal>column_privileges</literal>. The only effective
difference between this view
and <literal>column_privileges</literal> is that this view omits
columns that have been made accessible to the current user by way
of a grant to <literal>PUBLIC</literal>.
role_column_grants
ビューは、譲与者または被譲与者が現在有効なロールである場合、列に付与された全ての権限を示します。
詳細な情報はcolumn_privileges
の中にあります。
このビューとcolumn_privileges
との間の実質的な違いは、このビューでは現在のユーザがPUBLIC
に与えられた権限によりアクセスできるようになった列を省略していることだけです。
表35.33 role_column_grants
の列
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
この権限を付与可能な場合は |