postgresql/doc/src
Bruce Momjian 61cf53516e 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.
>
2005-04-25 13:03:37 +00:00
..
FAQ Re-add item with better description: 2005-04-25 13:03:37 +00:00
sgml Add documentation stating how to determine if FSM settings are too low 2005-04-23 03:27:40 +00:00
Makefile