pgsql-server/doc/src/sgml func.sgml

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/doc/src/sgml func.sgml
Date: 2003-02-19 03:12:23
Message-ID: 20030219031223.51AE14758FE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-02-19 03:13:25 pgsql-server/doc/src/sgml ddl.sgml rules.sgml ...
Previous Message Bruce Momjian - CVS 2003-02-19 01:38:42 pgsql-server/doc FAQ_DEV src/FAQ/FAQ_DEV.html