Redrock Postgres 搜索 英文
版本: 9.3 / 9.4 / 9.5 / 9.6 / 10 / 11 / 12 / 13 / 14 / 15 / 16 / 17

52.13. pg_matviews #

视图 pg_matviews 提供对数据库中每个物化视图的有用信息的访问。

表 52.13. pg_matviews

列类型

说明

schemaname 名称(引用 pg_namespace.nspname

包含物化视图的架构名

matviewname 名称(引用 pg_class.relname

物化视图名称

matviewowner 名称(引用 pg_authid.rolname

物化视图所有者的名称

tablespace 名称(引用 pg_tablespace.spcname

包含物化视图的表空间名称(如果是数据库默认值,则为 null)

hasindexes bool

如果物化视图具有(或最近具有)任何索引,则为 True

ispopulated bool

如果物化视图当前已填充,则为 True

definition text

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