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