-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/source-postgres: Set
publish_via_partition_root
in setup
Edits all examples of `CREATE PUBLICATION` queries to be followed by an `ALTER PUBLICATION p SET (publish_via_partition_root = true)` query. This is done in a separate `ALTER PUBLICATION` query because it will fail on versions of PostgreSQL <13 which predate the setting, and if the user blindly executes the commands we want the create portion to succeed anyway. Also adds some text explaining that the flag is recommended but not required, with a brief explanation of why it's recommended / what it does.
- Loading branch information
1 parent
1cf02e0
commit 41cad8f
Showing
1 changed file
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters