]> granicus.if.org Git - postgresql/commit
Done:
authorBruce Momjian <bruce@momjian.us>
Sat, 5 May 2007 03:14:40 +0000 (03:14 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 5 May 2007 03:14:40 +0000 (03:14 +0000)
commit71f8127bc677014223d47504c344d73655ad5c8e
treec574081bc0b1547200a390681b67684f59773e7f
parentd2a4a4069f1677d74267c04d558a8be83a382098
Done:

> * -Allow ORDER BY ... LIMIT # to select high/low value without sort or
<
<   Right now, if no index exists, ORDER BY ... LIMIT # requires we sort
<   all values to return the high/low value.  Instead The idea is to do a
<   sequential scan to find the high/low value, thus avoiding the sort.
<   MIN/MAX already does this, but not for LIMIT > 1.
<
doc/TODO
doc/src/FAQ/TODO.html