pg_matviews
#
The view <structname>pg_matviews</structname> provides access to
useful information about each materialized view in the database.
pg_matviews
ビューは、データベース内のマテリアライズドビューそれぞれに関する有用な情報へのアクセスを提供します。
表52.13 pg_matviews
の列
Column Type 列 型 Description 説明 |
---|
Name of schema containing materialized view マテリアライズドビューを含むスキーマの名前 |
Name of materialized view マテリアライズドビューの名前 |
Name of materialized view's owner マテリアライズドビューの所有者の名前 |
Name of tablespace containing materialized view (null if default for database) マテリアライズドビューを含むテーブル空間の名前(データベースのデフォルトであればNULL) |
True if materialized view has (or recently had) any indexes trueの場合は、マテリアライズドビューがインデックスを持つ(または最近まで持っていた) |
True if materialized view is currently populated trueの場合は、マテリアライズドビューが現在データ投入されている |
Materialized view definition (a reconstructed <xref linkend="sql-select"/> query) マテリアライズドビューの定義(再構成されたSELECT問い合わせ) |