From 5ade2a1f2def782de3b26d30ac55023d502b83c5 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 11 Mar 2015 17:43:09 +0900 Subject: [PATCH] Clarify that slots won't work with 9.3 and add useful links --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0b70507..2ef9ac57 100644 --- a/README.md +++ b/README.md @@ -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 ---------