mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +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
|
||||
|
||||
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 (4, 'four');" master
|
||||
|
||||
Replicate master slave
|
||||
SyncSyncID master `GetSyncID --noverbose slave`
|
||||
MasterSync master `GetSyncID --noverbose slave`
|
||||
|
||||
exit
|
||||
|
Loading…
x
Reference in New Issue
Block a user