pgsql: Remove some verbiage describing how min() and max() are slow when - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Remove some verbiage describing how min() and max() are slow when
Date
Msg-id 20050523015002.8444B52864@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove some verbiage describing how min() and max() are slow when applied
to the entire table: as of current sources, they are no longer slow
provided there is an index on the column.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.249 -> r1.250)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.249&r2=1.250)

pgsql-committers by date:

Previous
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Consistently do not include a terminating period in
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Fix typo in PL/Perl Safe.pm initialization that prevented the