Add note about configuring 'shared_preload_libraries' for repmgr

Useful to put all the possible postgresql.conf changes in one place.
This commit is contained in:
Ian Barwick
2015-08-07 14:37:57 +09:00
parent f3f56b0cd6
commit 23a72f489c

View File

@@ -121,6 +121,10 @@ like the followingin `postgresql.conf`:
archive_mode = on
archive_command = 'cd .'
# If you plan to use repmgrd, ensure that shared_preload_libraries
# is configured to load 'repmgr_funcs'
shared_preload_libraries = 'repmgr_funcs'
PostgreSQL 9.4 makes it possible to use replication slots, which means
the value of `wal_keep_segments` need no longer be set. See section