Add item about hash indexes.

This commit is contained in:
Ian Barwick
2015-11-24 13:26:36 +09:00
committed by Ian Barwick
parent 3e1655f241
commit 40354e1d62

5
FAQ.md
View File

@@ -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`
--------