diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-10-18 10:36:09 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-10-18 10:36:09 -0400 |
commit | b87671f1b63a0c9cf264afc209e3acebdb52477f (patch) | |
tree | e7a2c7de96437c6bee58c20e0d4cdec01555661d /doc/src | |
parent | 417f92484da8c9a124e7eece8dbfb71f688a0104 (diff) | |
download | postgresql-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.sgml | 3 |
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> |