Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
53.13. pg_matviews
Prev UpChapter 53. System ViewsHome Next

53.13. pg_matviews

The viewpg_matviews provides access to useful information about each materialized view in the database.

Table 53.13. pg_matviews Columns

Column Type

Description

schemanamename (referencespg_namespace.nspname)

Name of schema containing materialized view

matviewnamename (referencespg_class.relname)

Name of materialized view

matviewownername (referencespg_authid.rolname)

Name of materialized view's owner

tablespacename (referencespg_tablespace.spcname)

Name of tablespace containing materialized view (null if default for database)

hasindexesbool

True if materialized view has (or recently had) any indexes

ispopulatedbool

True if materialized view is currently populated

definitiontext

Materialized view definition (a reconstructedSELECT query)



Prev Up Next
53.12. pg_locks Home 53.14. pg_policies
pdfepub
Go to Postgres Pro Standard 15
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp