pgsql: Add an example to clarify the use of ORDER BY in - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add an example to clarify the use of ORDER BY in
Date
Msg-id 20100804152757.C94747541D7@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add an example to clarify the use of ORDER BY in  (Thom Brown <thom@linux.com>)
List pgsql-committers
Log Message:
-----------
Add an example to clarify the use of ORDER BY in multiple-argument
aggregates.  People seem to not get this right without help.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        syntax.sgml (r1.148 -> r1.149)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/syntax.sgml?r1=1.148&r2=1.149)

pgsql-committers by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE
Next
From: Thom Brown
Date:
Subject: Re: pgsql: Add an example to clarify the use of ORDER BY in