Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
49.74. pg_matviews
Prev UpChapter 49. System CatalogsHome Next

49.74. pg_matviews

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

Table 49.75. pg_matviews Columns

NameTypeReferencesDescription
schemanamenamepg_namespace.nspnameName of schema containing materialized view
matviewnamenamepg_class.relnameName of materialized view
matviewownernamepg_authid.rolnameName of materialized view's owner
tablespacenamepg_tablespace.spcnameName of tablespace containing materialized view (null if default for database)
hasindexesboolean True if materialized view has (or recently had) any indexes
ispopulatedboolean True if materialized view is currently populated
definitiontext Materialized view definition (a reconstructedSELECT query)


Prev Up Next
49.73. pg_locks Home 49.75. pg_policies
epubpdf
Go to Postgres Pro Standard 10
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp