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

37.12. column_column_usage #

The view <literal>column_column_usage</literal> identifies all generated columns that depend on another base column in the same table. Only tables owned by a currently enabled role are included. column_column_usageビューは、同じテーブル内の別の基底列に基づくすべての生成列を示します。 現在有効なロールが所有するテーブルのみが含まれます。

表37.10 column_column_usageの列

<title><structname>column_column_usage</structname> Columns</title>

Column Type 列 型

Description 説明

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 base column that a generated column depends on 生成された列が基づく元の列の名前です。

dependent_column sql_identifier

Name of the generated column 生成された列の名前です。