view_column_usage
#
The view <literal>view_column_usage</literal> identifies all
columns that are used in the query expression of a view (the
<command>SELECT</command> statement that defines the view). A
column is only included if the table that contains the column is
owned by a currently enabled role.
view_column_usage
ビューは、ビューの問い合わせ式(ビューを定義するSELECT
文)で使用される全ての列を示します。
現在有効なロールがその列を含むテーブルの所有者であるもののみが含まれます。
Columns of system tables are not included. This should be fixed sometime. システムテーブルの列は含まれません。 これはいつか修正しなければなりません。
表35.61 view_column_usage
の列
Column Type 列 型 Description 説明 |
---|
Name of the database that contains the view (always the current database) ビューを持つデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that contains the view ビューを持つスキーマの名前です。 |
Name of the view ビューの名前です。 |
Name of the database that contains the table that contains the column that is used by the view (always the current database) ビューで使用される列を持つテーブルが含まれるデータベースの名前です (常に現在のデータベースです)。 |
Name of the schema that contains the table that contains the column that is used by the view ビューで使用される列を持つテーブルが含まれるスキーマの名前です。 |
Name of the table that contains the column that is used by the view ビューで使用される列を持つテーブルの名前です。 |
Name of the column that is used by the view ビューで使用される列の名前です。 |