pg_views #
The view <structname>pg_views</structname> provides access to
useful information about each view in the database.
pg_viewsビューはデータベース内のそれぞれのビューに関する有用な情報へのアクセスを提供します。
表53.37 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問い合わせ) |