4 The view pg_matviews provides access to useful information about each
5 materialized view in the database.
7 Table 53.14. pg_matviews Columns
13 schemaname name (references pg_namespace.nspname)
15 Name of schema containing materialized view
17 matviewname name (references pg_class.relname)
19 Name of materialized view
21 matviewowner name (references pg_authid.rolname)
23 Name of materialized view's owner
25 tablespace name (references pg_tablespace.spcname)
27 Name of tablespace containing materialized view (null if default for
32 True if materialized view has (or recently had) any indexes
36 True if materialized view is currently populated
40 Materialized view definition (a reconstructed SELECT query)