支持的版本:当前 (17) / 16 / 15 / 14 / 13
开发版本:开发版
不支持的版本:12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3

52.13. pg_matviews #

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

表 52.13. pg_matviews

列名 类型

描述

schemaname name(引用 pg_namespace.nspname

包含物化视图的模式名称

matviewname name(引用 pg_class.relname

物化视图的名称

matviewowner name(引用 pg_authid.rolname

物化视图的所有者名称

tablespace name(引用 pg_tablespace.spcname

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

hasindexes bool

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

ispopulated bool

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

definition text

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


提交更正

如果您在文档中看到任何不正确、与您使用特定功能的经验不符或需要进一步澄清的内容,请使用此表格报告文档问题。