pgsql: Marginal tweaks in the documentation for ORDER BY; in particular - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Marginal tweaks in the documentation for ORDER BY; in particular
Date
Msg-id [email protected]
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Add a citation to Seltzer and Yigit's Usenix '91 paper about hash
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Add GUC log_temp_files to log the use of temporary files.