バージョンごとのドキュメント一覧

54.13. pg_matviews #

The view <structname>pg_matviews</structname> provides access to useful information about each materialized view in the database. pg_matviewsビューは、データベース内のマテリアライズドビューそれぞれに関する有用な情報へのアクセスを提供します。

表54.13 pg_matviewsの列

<title><structname>pg_matviews</structname> Columns</title>

Column Type 列 型

Description 説明

schemaname name (references <link linkend="catalog-pg-namespace"><structname>pg_namespace</structname></link>.<structfield>nspname</structfield>) (参照先 pg_namespace.nspname

Name of schema containing materialized view マテリアライズドビューを含むスキーマの名前

matviewname name (references <link linkend="catalog-pg-class"><structname>pg_class</structname></link>.<structfield>relname</structfield>) (参照先 pg_class.relname

Name of materialized view マテリアライズドビューの名前

matviewowner name (references <link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.<structfield>rolname</structfield>) (参照先 pg_authid.rolname

Name of materialized view's owner マテリアライズドビューの所有者の名前

tablespace name (references <link linkend="catalog-pg-tablespace"><structname>pg_tablespace</structname></link>.<structfield>spcname</structfield>) (参照先 pg_tablespace.spcname

Name of tablespace containing materialized view (null if default for database) マテリアライズドビューを含むテーブル空間の名前(データベースのデフォルトであればNULL)

hasindexes bool

True if materialized view has (or recently had) any indexes trueの場合は、マテリアライズドビューがインデックスを持つ(または最近まで持っていた)

ispopulated bool

True if materialized view is currently populated trueの場合は、マテリアライズドビューが現在データ投入されている

definition text

Materialized view definition (a reconstructed <xref linkend="sql-select"/> query) マテリアライズドビューの定義(再構成されたSELECT問い合わせ)