53.14. pg_matviews
pg_matviews
The view pg_matviews provides access to useful information about each materialized view in the database.
Column Type Description |
|---|
schemaname Name of schema containing materialized view |
matviewname Name of materialized view |
matviewowner Name of materialized view's owner |
tablespace Name of tablespace containing materialized view (null if default for database) |
hasindexes True if materialized view has (or recently had) any indexes |
ispopulated True if materialized view is currently populated |
definition Materialized view definition (a reconstructed SELECT query) |
: pg_matviews Columns