From 40354e1d623374576220d2489384ebd07f784599 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 24 Nov 2015 13:26:36 +0900 Subject: [PATCH] Add item about hash indexes. --- FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/FAQ.md b/FAQ.md index ee2d705b..eb9d4c24 100644 --- a/FAQ.md +++ b/FAQ.md @@ -34,6 +34,11 @@ General replication slots, setting a higher figure will make adding new nodes easier. +- Does `repmgr` support hash indexes? + + No. Hash indexes and replication do not mix well and their use is + explicitly discouraged; see: + http://www.postgresql.org/docs/current/interactive/sql-createindex.html#AEN74175 `repmgr` --------