pgsql: Add note clarifying that indexes that support ordered scans had - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Add note clarifying that indexes that support ordered scans had
Date
Msg-id 20050420221959.A574853B7F@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add note clarifying that indexes that support ordered scans had better
allow clauseless scans.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        indexam.sgml (r2.3 -> r2.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/indexam.sgml.diff?r1=2.3&r2=2.4)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Don't try to run clauseless index scans on index types that don't
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make pg_ctl status do a kill() test to verify that the PID found