pgsql: Add URL for: * Allow index scans to return matching index keys, - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add URL for: * Allow index scans to return matching index keys,
Date
Msg-id 20080424170613.A187A7559CC@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add URL for:

* Allow index scans to return matching index keys, not just the matching
  heap locations
>
>   http://archives.postgresql.org/pgsql-hackers/2008-04/msg01657.php
>

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2434 -> r1.2435)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2434&r2=1.2435)
    pgsql/doc/src/FAQ:
        TODO.html (r1.940 -> r1.941)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.940&r2=1.941)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add to TODO: > * Allow index scans to return matching index
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add TODO item: > > o Impove COPY performance > >