Update README

Document "standby switchover" and additional repmgrd information.
This commit is contained in:
Ian Barwick
2017-08-25 00:38:48 +09:00
parent fcd111ac4c
commit 2092a55b9e
3 changed files with 226 additions and 17 deletions

View File

@@ -93,3 +93,11 @@ Some settings have been renamed for clarity and consistency:
- new parameter `log_status_interval`, which causes `repmgrd` to emit a status log
line at the specified interval
repmgrd
-------
The `repmgr` shared library has been renamed from `repmgr_funcs` to `repmgr`,
meaning `shared_preload_libraries` needs to be updated to the new name:
shared_preload_libraries = 'repmgr'