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

37.16. column_udt_usage #

The view <literal>column_udt_usage</literal> identifies all columns that use 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. See also <xref linkend="infoschema-columns"/> for details. column_udt_usageビューは、現在有効なロールが所有するデータ型を使用する全ての列を示します。 PostgreSQLでは、組み込みデータ型がユーザ定義型同様に振舞いますので、組み込みデータ型も同様にここに含まれます。 詳細は37.17も参照してください。

表37.14 column_udt_usageの列

<title><structname>column_udt_usage</structname> Columns</title>

Column Type 列 型

Description 説明

udt_catalog sql_identifier

Name of the database that the column data type (the underlying type of the domain, if applicable) is defined in (always the current database) 列データ型(もし適用されていたら背後にあるドメインの型)を定義したデータベースの名前です(常に現在のデータベースです)。

udt_schema sql_identifier

Name of the schema that the column data type (the underlying type of the domain, if applicable) is defined in 列データ型(もし適用されていたら背後にあるドメインの型)を定義したスキーマの名前です。

udt_name sql_identifier

Name of the column data type (the underlying type of the domain, if applicable) 列データ型(もし適用されていたら背後にあるドメインの型)の名前です。

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 列の名前です。