update walmgr doc
authorTarvi Pillessaar <tarvi.pillessaar@skype.net>
Mon, 4 Jun 2012 10:28:59 +0000 (13:28 +0300)
committerTarvi Pillessaar <tarvi.pillessaar@skype.net>
Mon, 4 Jun 2012 10:28:59 +0000 (13:28 +0300)
doc/walmgr3.txt

index 5961be079bfc0dd710e53e1997866c34638e3cf3..257ff2dbe70dd40cd05fe452bb2d91846db7fd23 100644 (file)
@@ -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 ===