diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index 1f5ec85eca..bbcc6b6822 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -1845,8 +1845,7 @@ LOG: database system is ready to accept read only connections
Operations on hash indexes are not presently WAL-logged, so
- replay will not update these indexes. Hash indexes will not be
- used for query plans during recovery.
+ replay will not update these indexes.
diff --git a/doc/src/sgml/indices.sgml b/doc/src/sgml/indices.sgml
index 15c3320e2f..98d5b38ed6 100644
--- a/doc/src/sgml/indices.sgml
+++ b/doc/src/sgml/indices.sgml
@@ -187,14 +187,15 @@ CREATE INDEX name ON table
-
+
Hash index operations are not presently WAL-logged,
so hash indexes might need to be rebuilt with REINDEX>
- after a database crash.
- For this reason, hash index use is presently discouraged.
+ after a database crash. They are also not replicated over streaming or
+ file-based replication.
+ For these reasons, hash index use is presently discouraged.
-
+