Update documentation and --help output for witness register

This completes the implementation of GitHub #186
This commit is contained in:
Ian Barwick
2016-08-04 10:34:33 +09:00
parent c565be4ab6
commit d9bda915bb
3 changed files with 39 additions and 12 deletions

View File

@@ -1,11 +1,11 @@
3.2 2016-
repmgr: suppress connection error display in `repmgr cluster show`
unless `--verbose` supplied (Ian)
repmgr: add commands `witness register` and `witness unregister` (Ian)
repmgr: enable `standby unregister` / `witness unregister` to be
executed for a node which is not running (Ian)
repmgr: remove deprecated command line options --initdb-no-pwprompt and
-l/--local-port (Ian)
repmgr: add command `witness unregister`
repmgr: enable `standby unregister` / `witness unregister` to be
executed for a node which is not running
3.1.4 2016-07-12
repmgr: new configuration option for setting "restore_command"