Re-add item with better description:
authorBruce Momjian <bruce@momjian.us>
Mon, 25 Apr 2005 13:03:37 +0000 (13:03 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 25 Apr 2005 13:03:37 +0000 (13:03 +0000)
commit708d0e2fd119d424a8afa406907f5f77d03e0e90
treeaa0d484eb8ec72ef2c5429a0976f62238d4a06c1
parentcec1ccc96162b4024dc7e4814c170ecc9749d869
Re-add item with better description:

> * Allow ORDER BY ... LIMIT 1 to select high/low value without sort or
>   index using a sequential scan for highest/lowest values
>
>   Right now, if no index exists, ORDER BY ... LIMIT 1 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.
>
doc/TODO
doc/src/FAQ/TODO.html