From 813a24fc1eb21f88ba157b856b467ee8e35f1445 Mon Sep 17 00:00:00 2001 From: Tarvi Pillessaar Date: Mon, 4 Jun 2012 13:28:59 +0300 Subject: [PATCH] update walmgr doc --- doc/walmgr3.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 === -- 2.39.5