PostgreSQL 9.3.2文書 | ||||
---|---|---|---|---|
前のページ | 上に戻る | 第 34章情報スキーマ | 次のページ |
udt_privilegesビューは、現在有効なロールが付与者または被付与者である、ユーザ定義型に付与されたUSAGE権限を識別します。列、付与者、被付与者の組み合わせごとに行があります。このビューは複合データ型のみを表示します(理由は項34.57を参照してください)。ドメイン権限については項34.56を参照してください。
表 34-53. udt_privileges Columns
Name | Data Type | Description |
---|---|---|
grantor | sql_identifier | Name of the role that granted the privilege |
grantee | sql_identifier | Name of the role that the privilege was granted to |
udt_catalog | sql_identifier | Name of the database containing the type (always the current database) |
udt_schema | sql_identifier | Name of the schema containing the type |
udt_name | sql_identifier | Name of the type |
privilege_type | character_data | Always TYPE USAGE |
is_grantable | yes_or_no | YES if the privilege is grantable, NO if not |