udt_privileges
#
The view <literal>udt_privileges</literal> identifies
<literal>USAGE</literal> privileges granted on user-defined types to a
currently enabled role or by a currently enabled role. There is one row for
each combination of type, grantor, and grantee. This view shows only
composite types (see under <xref linkend="infoschema-user-defined-types"/>
for why); see
<xref linkend="infoschema-usage-privileges"/> for domain privileges.
udt_privileges
ビューは、現在有効なロールが付与者または被付与者である、ユーザ定義型に付与されたUSAGE
権限を示します。
型、付与者、被付与者の組み合わせごとに行があります。
このビューは複合データ型のみを表示します(理由は35.60を参照してください)。
ドメイン権限については35.59を参照してください。
表35.56 udt_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 containing the type (always the current database) 型を持つデータベースの名前(常に現在のデータベースです)。 |
Name of the schema containing the type 型を持つスキーマの名前 |
Name of the type 型の名前 |
Always <literal>TYPE USAGE</literal>
常に |
<literal>YES</literal> if the privilege is grantable, <literal>NO</literal> if not
この権限を付与可能な場合は |