Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
48.66. pg_matviews
Prev UpChapter 48. System CatalogsHome Next

48.66. pg_matviews

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

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

[8]ページ先頭

©2009-2025 Movatter.jp