domain_udt_usage
#
The view <literal>domain_udt_usage</literal> identifies all domains
that are based on data types owned by a currently enabled role.
Note that in <productname>PostgreSQL</productname>, built-in data
types behave like user-defined types, so they are included here as
well.
domain_udt_usage
ビューは、現在有効なロールが所有するデータ型に基づいたすべてのドメインを示します。
PostgreSQLでは組み込みデータ型はユーザ定義型と同様に振舞いますので、ここにも同様に現れることに注意してください。
表35.20 domain_udt_usage
の列
Column Type 列 型 Description 説明 |
---|
Name of the database that the domain data type is defined in (always the current database) ドメインデータ型を定義したデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that the domain data type is defined in ドメインデータ型を定義したスキーマの名前です。 |
Name of the domain data type ドメインデータ型の名前です。 |
Name of the database that contains the domain (always the current database) ドメインを持つデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that contains the domain ドメインを持つスキーマの名前です。 |
Name of the domain ドメインの名前です。 |