バージョンごとのドキュメント一覧

37.22. 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では組み込みデータ型はユーザ定義型と同様に振舞いますので、ここにも同様に現れることに注意してください。

表37.20 domain_udt_usageの列

<title><structname>domain_udt_usage</structname> Columns</title>

Column Type 列 型

Description 説明

udt_catalog sql_identifier

Name of the database that the domain data type is defined in (always the current database) ドメインデータ型を定義したデータベースの名前です(常に現在のデータベースです)。

udt_schema sql_identifier

Name of the schema that the domain data type is defined in ドメインデータ型を定義したスキーマの名前です。

udt_name sql_identifier

Name of the domain data type ドメインデータ型の名前です。

domain_catalog sql_identifier

Name of the database that contains the domain (always the current database) ドメインを持つデータベースの名前です(常に現在のデータベースです)。

domain_schema sql_identifier

Name of the schema that contains the domain ドメインを持つスキーマの名前です。

domain_name sql_identifier

Name of the domain ドメインの名前です。