Skip to content

Commit

Permalink
Merge pull request #6060 from EnterpriseDB/dev/pgd/DOCS-1029-bdr_join…
Browse files Browse the repository at this point in the history
…_node_group-5.6-update

PGD 5.6: update description for "bdr.join_node_group()"
  • Loading branch information
djw-m authored Sep 18, 2024
2 parents 09a9798 + 0e7b731 commit f3a615c
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,12 @@ bdr.join_node_group (
node.
- `wait_for_completion` — Wait for the join process to complete before
returning. Defaults to `true`.
- `synchronize_structure` — Set the kind of structure (schema) synchronization
to do during the join. The default setting is `all`, which synchronizes
the complete database structure, The other available setting is `none`, which doesn't
synchronize any structure. However, it still synchronizes data (except for witness
nodes, which by design don't synchronize data).
- `synchronize_structure` — Specifies whether to perform database structure (schema)
synchronization during the join. `all`, the default setting, synchronizes
the complete database structure. `none` does not synchronize any structure.
However, data will still be synchronized, meaning the database structure must already
be present on the joining node. Note that by design, neither schema nor data will
ever be synchronized to witness nodes.
- `pause_in_standby` — Optionally tells the join process to join only as a
logical standby node, which can be later promoted to a full member.
This option is deprecated and will be disabled or removed in future
Expand Down

0 comments on commit f3a615c

Please sign in to comment.