pgsql: Marginal tweaks in the documentation for ORDER BY; in particular

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Marginal tweaks in the documentation for ORDER BY; in particular
Date: 2007-01-09 16:59:20
Message-ID: 20070109165920.610DA9FB22A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Marginal tweaks in the documentation for ORDER BY; in particular point
out the common error that ORDER BY x, y DESC does not mean the same as
ORDER BY x DESC, y DESC.

Modified Files:
--------------
pgsql/doc/src/sgml:
queries.sgml (r1.40 -> r1.41)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/queries.sgml.diff?r1=1.40&r2=1.41)
pgsql/doc/src/sgml/ref:
select.sgml (r1.95 -> r1.96)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/select.sgml.diff?r1=1.95&r2=1.96)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-09 21:31:17 pgsql: Add GUC log_temp_files to log the use of temporary files.
Previous Message Tom Lane 2007-01-09 07:30:49 pgsql: Add a citation to Seltzer and Yigit's Usenix '91 paper about hash