Skip to content

Commit 48e52d9

Browse files
committed
Rephrase limitation to clarify that multimaster isn't supported yet
1 parent 7b37bbd commit 48e52d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -411,12 +411,12 @@ before making schema changes, or use the `pglogical.replicate_ddl_command`
411411
function to queue schema changes so they're replayed at a consistent point
412412
on the replica.
413413

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
416416
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+
420420

421421
### TRUNCATE
422422

0 commit comments

Comments
 (0)