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:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user