diff options
-rw-r--r-- | doc/walmgr3.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/walmgr3.txt b/doc/walmgr3.txt index 5961be07..257ff2db 100644 --- a/doc/walmgr3.txt +++ b/doc/walmgr3.txt @@ -79,6 +79,15 @@ listed below. Provide the connection string to the streaming replication Master (used in Slave). + --add-password='plaintext_file':: + Add password for streaming replication from plain text file to .pgpass. + Additional fields for password file entry will be extracted from primary-conninfo + (used in Slave). + + --remove-password:: + Remove .pgpass entry, which was used for streaming replication + (used in Slave) + == DAEMON OPTIONS == -r, --reload:: @@ -123,6 +132,11 @@ Runs periodic command if configured. This enables to execute arbitrary commands on interval, useful for synchronizing scripts, config files, crontabs etc. +=== synch-standby === + +Enables/disables synchronous streaming replication for given application name(s). +Does additional check before enabling synchronous mode. + == SLAVE COMMANDS == === boot === |