pgsql: Remove documentation mention that hash indexes perform no better - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Remove documentation mention that hash indexes perform no better
Date
Msg-id 20090207200544.856347559ED@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove documentation mention that hash indexes perform no better than
btree;  keep mention about missing WAL logging.

Kenneth Marshall

Modified Files:
--------------
    pgsql/doc/src/sgml:
        indices.sgml (r1.75 -> r1.76)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/indices.sgml?r1=1.75&r2=1.76)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Uppercase CHECK mention in relchecks documentation mention.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that LIMIT NULL is the same as no LIMIT clause.