Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
52.40. pg_publication
Prev UpChapter 52. System CatalogsHome Next

52.40. pg_publication

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

Table 52.40. pg_publication Columns

NameTypeReferencesDescription
oidoid Row identifier (hidden attribute; must be explicitly selected)
pubnamename Name of the publication
pubowneroidpg_authid.oidOwner 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.


Prev Up Next
52.39. pg_proc Home 52.41. pg_publication_rel
epubpdf
Go to PostgreSQL 11
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp