File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -411,12 +411,12 @@ before making schema changes, or use the `pglogical.replicate_ddl_command`
411
411
function to queue schema changes so they're replayed at a consistent point
412
412
on the replica.
413
413
414
- If mutual multi-master replication is in use then using
415
- ` pglogical.replicate_ddl_command ` is not enough, as the subscriber may be
414
+ Once multi-master replication support is added then then using
415
+ ` pglogical.replicate_ddl_command ` will not be enough, as the subscriber may be
416
416
generating new xacts with the old structure after the schema change is
417
- committed on the publisher. Users must ensure writes are stopped on all nodes
418
- and all slots are caught up before making schema changes when multi-master
419
- is configured.
417
+ committed on the publisher. Users will have to ensure writes are stopped on all
418
+ nodes and all slots are caught up before making schema changes.
419
+
420
420
421
421
### TRUNCATE
422
422
You can’t perform that action at this time.
0 commit comments