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

37.13. column_domain_usage #

The view <literal>column_domain_usage</literal> identifies all columns (of a table or a view) that make use of some domain defined in the current database and owned by a currently enabled role. column_domain_usageビューは、現在のデータベース内で定義され、現在有効なロールが所有するあるドメインを使用する(テーブルもしくはビューの)全ての列を示します。

表37.11 column_domain_usageの列

<title><structname>column_domain_usage</structname> Columns</title>

Column Type 列 型

Description 説明

domain_catalog sql_identifier

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

domain_schema sql_identifier

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

domain_name sql_identifier

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

table_catalog sql_identifier

Name of the database containing the table (always the current database) テーブルを持つデータベースの名前です(常に現在のデータベースです)。

table_schema sql_identifier

Name of the schema containing the table テーブルを持つスキーマの名前です。

table_name sql_identifier

Name of the table テーブルの名前です。

column_name sql_identifier

Name of the column 列の名前です。