pgsql: Add note clarifying that indexes that support ordered scans had

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add note clarifying that indexes that support ordered scans had
Date: 2005-04-20 22:19:59
Message-ID: 20050420221959.A574853B7F@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-20 23:10:16 pgsql: Make pg_ctl status do a kill() test to verify that the PID found
Previous Message Tom Lane 2005-04-20 21:48:39 pgsql: Don't try to run clauseless index scans on index types that don't