Add FAQ item about shared_preload_libraries = 'repmgr_funcs'

This commit is contained in:
Ian Barwick
2015-04-10 16:45:04 +09:00
parent 9e5e843a4f
commit 6a17360b4c

7
FAQ.md
View File

@@ -99,6 +99,13 @@ General
To specify a port for the witness server, supply the port number to
repmgr with the `-l/--local-port` command line option.
- Do I need to include `shared_preload_libraries = 'repmgr_funcs'`
in `postgresql.conf` if I'm not using `repmgrd`?
No, the `repmgr_funcs` library is only needed when running `repmgrd`.
If you later decide to run `repmgrd`, you just need to add
`shared_preload_libraries = 'repmgr_funcs'` and restart PostgreSQL.
`repmgrd`
---------