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では、組み込みデータ型がユーザ定義型同様に振舞いますので、組み込みデータ型も同様にここに含まれます。
詳細は35.17も参照してください。
表35.14 column_udt_usage
の列
Column Type 列 型 Description 説明 |
---|
Name of the database that the column data type (the underlying type of the domain, if applicable) is defined in (always the current database) 列データ型(もし適用されていたら背後にあるドメインの型)を定義したデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that the column data type (the underlying type of the domain, if applicable) is defined in 列データ型(もし適用されていたら背後にあるドメインの型)を定義したスキーマの名前です。 |
Name of the column data type (the underlying type of the domain, if applicable) 列データ型(もし適用されていたら背後にあるドメインの型)の名前です。 |
Name of the database containing the table (always the current database) テーブルを持つデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema containing the table テーブルを持つスキーマの名前です。 |
Name of the table テーブルの名前です。 |
Name of the column 列の名前です。 |