Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
50.40. pg_publication
Prev UpChapter 50. System CatalogsHome Next

50.40. pg_publication

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

Table 50.40. pg_publication Columns

NameTypeReferencesDescription
oidoid Row identifier
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
50.39. pg_proc Home 50.41. pg_publication_rel
epubpdf
Go to Postgres Pro Standard 12
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp