pgsql-server/doc/src/sgml func.sgml - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/doc/src/sgml func.sgml
Date
Msg-id 20030219031223.51AE14758FE@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    03/02/18 22:12:23

Modified files:
    doc/src/sgml   : func.sgml

Log message:
    This patch adds a note to the documentation describing why the
    performance of min() and max() is slow when applied to the entire table,
    and suggesting the simple workaround most experienced Pg users
    eventually learn about (SELECT xyz ... ORDER BY xyz LIMIT 1).

    Neil Conway


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc FAQ_DEV src/FAQ/FAQ_DEV.html
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc/src/sgml ddl.sgml rules.sgml ...