pgsql: Rewrite discussion of ORDER BY to emphasize the SQL99 expression - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Rewrite discussion of ORDER BY to emphasize the SQL99 expression
Date
Msg-id 20061024022427.DCE8E9FB415@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Rewrite discussion of ORDER BY to emphasize the SQL99 expression case
instead of the SQL92 output-column-ID case.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        queries.sgml (r1.38 -> r1.39)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/queries.sgml.diff?r1=1.38&r2=1.39)

pgsql-committers by date:

Previous
From: markir@pgfoundry.org (User Markir)
Date:
Subject: bizgres - bizgres: Show a warning for CREATE|ALTER ROLE if rolresqueue
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add URL for: * Speed up COUNT(*) >