Index: doc/src/sgml/indices.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/indices.sgml,v
retrieving revision 1.75
diff -c -c -r1.75 indices.sgml
*** doc/src/sgml/indices.sgml	23 Sep 2008 09:20:34 -0000	1.75
--- doc/src/sgml/indices.sgml	7 Feb 2009 20:03:51 -0000
***************
*** 190,202 ****
  
    <note>
     <para>
!     Testing has shown <productname>PostgreSQL</productname>'s hash
!     indexes to perform no better than B-tree indexes, and the
!     index size and build time for hash indexes is much worse.
!     Furthermore, hash index operations are not presently WAL-logged,
      so hash indexes might need to be rebuilt with <command>REINDEX</>
      after a database crash.
!     For these reasons, hash index use is presently discouraged.
     </para>
    </note>
  
--- 190,199 ----
  
    <note>
     <para>
!     Hash index operations are not presently WAL-logged,
      so hash indexes might need to be rebuilt with <command>REINDEX</>
      after a database crash.
!     For this reason, hash index use is presently discouraged.
     </para>
    </note>
  
