Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.81. pg_publication_tables
Prev UpChapter 51. System CatalogsHome Next

51.81. pg_publication_tables

The viewpg_publication_tables provides information about the mapping between publications and the tables they contain. Unlike the underlying catalogpg_publication_rel, this view expands publications defined asFOR ALL TABLES, so for such publications there will be a row for each eligible table.

Table 51.82. pg_publication_tables Columns

Column Type

Description

pubnamename (referencespg_publication.pubname)

Name of publication

schemanamename (referencespg_namespace.nspname)

Name of schema containing table

tablenamename (referencespg_class.relname)

Name of table



Prev Up Next
51.80. pg_prepared_xacts Home 51.82. pg_replication_origin_status
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