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

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update description: < * Allow ORDER BY ...
Date: 2005-04-25 15:35:32
Message-ID: 20050425153532.A36A753730@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-04-25 16:58:19 pgsql: Fix btree_gist to handle timetz zone correctly per recent
Previous Message Bruce Momjian 2005-04-25 15:35:16 Re: pgsql: Re-add item with better description: > * Allow