Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
51.41. pg_publication
Prev UpChapter 51. System CatalogsHome Next

51.41. pg_publication#

The catalogpg_publication contains all publications created in the database. For more on publications seeSection 28.1.

Table 51.41. pg_publication Columns

Column Type

Description

oidoid

Row identifier

pubnamename

Name of the publication

pubowneroid (referencespg_authid.oid)

Owner of the publication

puballtablesbool

If true, this publication automatically includes all tables in the database, including any that will be created in the future.

pubinsertbool

If true,INSERT operations are replicated for tables in the publication.

pubupdatebool

If true,UPDATE operations are replicated for tables in the publication.

pubdeletebool

If true,DELETE operations are replicated for tables in the publication.

pubtruncatebool

If true,TRUNCATE operations are replicated for tables in the publication.

pubviarootbool

If true, operations on a leaf partition are replicated using the identity and schema of its topmost partitioned ancestor mentioned in the publication instead of its own.



Prev Up Next
51.40. pg_profile Home 51.42. pg_publication_namespace
pdfepub
Go to Postgres Pro Standard 17
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp