Clarify that slots won't work with 9.3 and add useful links

This commit is contained in:
Ian Barwick
2015-03-11 17:43:09 +09:00
parent cd2f74a840
commit 5ade2a1f2d

View File

@@ -308,7 +308,12 @@ in `repmgr.conf`:
`repmgr` will automatically generate an appropriate slot name, which is
stored in the `repl_nodes` table.
http://www.postgresql.org/docs/current/interactive/warm-standby.html#STREAMING-REPLICATION-SLOTS
Note that `repmgr` will fail with an error if this option is specified when
working with PostgreSQL 9.3.
Further reading:
* http://www.postgresql.org/docs/current/interactive/warm-standby.html#STREAMING-REPLICATION-SLOTS
* http://blog.2ndquadrant.com/postgresql-9-4-slots/
Reference
---------