Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.77. pg_matviews
Prev UpChapter 51. System CatalogsHome Next

51.77. pg_matviews

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

Table 51.78. 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
51.76. pg_locks Home 51.78. pg_policies
pdfepub
Go to Postgres Pro Standard 14
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp