aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-10-18 10:36:09 -0400
committerBruce Momjian <bruce@momjian.us>2014-10-18 10:36:09 -0400
commitb87671f1b63a0c9cf264afc209e3acebdb52477f (patch)
treee7a2c7de96437c6bee58c20e0d4cdec01555661d /doc/src
parent417f92484da8c9a124e7eece8dbfb71f688a0104 (diff)
downloadpostgresql-b87671f1b63a0c9cf264afc209e3acebdb52477f.tar.gz
postgresql-b87671f1b63a0c9cf264afc209e3acebdb52477f.zip
Shorten warning about hash creation
Also document that PITR is also affected.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/create_index.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml
index e469b17e168..43df32f977a 100644
--- a/doc/src/sgml/ref/create_index.sgml
+++ b/doc/src/sgml/ref/create_index.sgml
@@ -474,7 +474,8 @@ Indexes:
Also, changes to hash indexes are not replicated over streaming or
file-based replication after the initial base backup, so they
give wrong answers to queries that subsequently use them.
- For these reasons, hash index use is presently discouraged.
+ Hash indexes are also not properly restored during point-in-time
+ recovery. For these reasons, hash index use is presently discouraged.
</para>
</caution>