mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Rename undocumented utility SyncSyncID to MasterSync.
This commit is contained in:
parent
e59e805d83
commit
4408f04208
@ -21,12 +21,12 @@ psql -c "insert into t1 values (1, 'one');" master
|
|||||||
psql -c "insert into t1 values (2, 'two');" master
|
psql -c "insert into t1 values (2, 'two');" master
|
||||||
|
|
||||||
Replicate master slave
|
Replicate master slave
|
||||||
SyncSyncID master `GetSyncID --noverbose slave`
|
MasterSync master `GetSyncID --noverbose slave`
|
||||||
|
|
||||||
psql -c "insert into t1 values (3, 'three');" master
|
psql -c "insert into t1 values (3, 'three');" master
|
||||||
psql -c "insert into t1 values (4, 'four');" master
|
psql -c "insert into t1 values (4, 'four');" master
|
||||||
|
|
||||||
Replicate master slave
|
Replicate master slave
|
||||||
SyncSyncID master `GetSyncID --noverbose slave`
|
MasterSync master `GetSyncID --noverbose slave`
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user