pg_views
#
The view <structname>pg_views</structname> provides access to
useful information about each view in the database.
pg_views
ビューはデータベース内のそれぞれのビューに関する有用な情報へのアクセスを提供します。
表52.35 pg_views
の列
Column Type 列 型 Description 説明 |
---|
Name of schema containing view ビューを持つスキーマ名 |
Name of view ビュー名 |
Name of view's owner ビューの所有者 |
View definition (a reconstructed <xref linkend="sql-select"/> query) ビュー定義(再構築されたSELECT問い合わせ) |