mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Rename undocumented utility SyncSyncID to MasterSync.
Document MasterSync. Fix up a couple of print statements to respect $verbose and $debug.
This commit is contained in:
@ -48,7 +48,12 @@ Replicate masterdb slavedb
|
||||
|
||||
GetSyncID [--noverbose] slavedb
|
||||
returns the last syncid the specified slave has seen. May be used
|
||||
in conjunction with CleanLog using the --noverbose option.
|
||||
in conjunction with SyncSyncID and CleanLog using the --noverbose
|
||||
option.
|
||||
|
||||
MasterSync masterdb syncid
|
||||
registers a syncid with the specified master database. Used to
|
||||
propagate replication success back to the master database.
|
||||
|
||||
CleanLog masterdb syncid
|
||||
removes obsolete entries in the master database replication log
|
||||
|
Reference in New Issue
Block a user