9.3 9.4 9.5 9.6 10 11 12 13 14
阿里云PostgreSQL 问题报告 纠错本页面

51.74. pg_matviews

视图pg_matviews提供了关于数据库中每一个物化视图的信息。

表 51.75. pg_matviews Columns

列类型

描述

schemaname name (参考 pg_namespace.nspname)

包含物化视图的模式的名字

matviewname name (references pg_class.relname)

物化视图的名字

matviewowner name (references pg_authid.rolname)

物化视图拥有者的名字

tablespace name (参考 pg_tablespace.spcname)

包含物化视图的表空间名(如使用数据库默认表空间则为空)

hasindexes bool

如果物化视图有(或者最近有过)任何索引,则此列为真

ispopulated bool

如果物化视图当前已被填充,则此列为真

definition text

物化视图的定义(一个重构的SELECT查询)