pgsql: Improve error wording of ORDER BY in UNION that uses new - Mailing list pgsql-committers

From [email protected] (Bruce Momjian)
Subject pgsql: Improve error wording of ORDER BY in UNION that uses new
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Improve error wording of ORDER BY in UNION that uses new expressions in
ORDER BY.

Modified Files:
--------------
    pgsql/src/backend/parser:
        analyze.c (r1.355 -> r1.356)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?r1=1.355&r2=1.356)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Teach nodeMergejoin how to handle DESC and/or NULLS FIRST sort
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Update UNION/INTERSECT/EXCEPT ORDER BY error wording for