1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Shorten warning about hash creation

Also document that PITR is also affected.
This commit is contained in:
Bruce Momjian
2014-10-18 10:36:09 -04:00
parent 417f92484d
commit b87671f1b6
7 changed files with 11 additions and 10 deletions

View File

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