diff options
author | Marko Kreen | 2012-06-04 13:55:00 +0000 |
---|---|---|
committer | Marko Kreen | 2012-06-04 13:55:00 +0000 |
commit | 9c942ff0bb78eac0dd173dedec72e6c1f34ebd23 (patch) | |
tree | 35a4f81581ae600b4d625925e1a4e4fcaa866a44 | |
parent | ede59b7b7008f64c6661fdd10edbb8df5709cb63 (diff) | |
parent | 813a24fc1eb21f88ba157b856b467ee8e35f1445 (diff) |
Merge remote branch 'tarvi/master'
-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 === |