Thread: pgsql: Update description: < * Allow ORDER BY ...

pgsql: Update description: < * Allow ORDER BY ...

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Log Message:
-----------
Update description:

< * Allow ORDER BY ... LIMIT 1 to select high/low value without sort or
> * Allow ORDER BY ... LIMIT # to select high/low value without sort or
868c868
<   Right now, if no index exists, ORDER BY ... LIMIT 1 requires we sort
>   Right now, if no index exists, ORDER BY ... LIMIT # requires we sort
870a871
>   MIN/MAX already does this, but not for LIMIT > 1.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1516 -> r1.1517)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1516&r2=1.1517)
    pgsql/doc/src/FAQ:
        TODO.html (r1.23 -> r1.24)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.23&r2=1.24)