role_usage_grants
#
The view <literal>role_usage_grants</literal> identifies
<literal>USAGE</literal> privileges granted on various kinds of
objects where the grantor or grantee is a currently enabled role.
Further information can be found under
<literal>usage_privileges</literal>. The only effective difference
between this view and <literal>usage_privileges</literal> is that
this view omits objects that have been made accessible to the
current user by way of a grant to <literal>PUBLIC</literal>.
role_usage_grants
ビューは、譲与者または被譲与者が現在有効なロールである多くの種類のオブジェクトに対し、USAGE
権限を示します。
詳細な情報はusage_privileges
の中にあります。
このビューとusage_privileges
ビューとの間の実質的な違いは、このビューでは現在のユーザがPUBLIC
に与えられた権限によりアクセスできるようになったオブジェクトを省略していることだけです。
表35.37 role_usage_grants
の列
Column Type 列 型 Description 説明 |
---|
The name of the role that granted the privilege 権限を与えたロールの名前 |
The name of the role that the privilege was granted to 権限が与えられたロールの名前 |
Name of the database containing the object (always the current database) オブジェクトを持つデータベースの名前(常に現在のデータベースです)。 |
Name of the schema containing the object, if applicable, else an empty string 適用されるオブジェクトを持つスキーマの名前。そうでなければ空文字列 |
Name of the object オブジェクトの名前です。 |
<literal>COLLATION</literal> or <literal>DOMAIN</literal> or <literal>FOREIGN DATA WRAPPER</literal> or <literal>FOREIGN SERVER</literal> or <literal>SEQUENCE</literal>
|
Always <literal>USAGE</literal>
常に |
<literal>YES</literal> if the privilege is grantable, <literal>NO</literal> if not
この権限を付与可能な場合は |