Re: ORDER BY on INTERSECT - Mailing list pgsql-bugs

From Tom Lane
Subject Re: ORDER BY on INTERSECT
Date
Msg-id 2600.971541775@sss.pgh.pa.us
Whole thread Raw
In response to ORDER BY on INTERSECT  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> SELECT id from questions where id < 40 intersect select id from questions where id > 20 order by id;
> ERROR:  get_sortgroupclause_tle: ORDER/GROUP BY expression not found in targetlist

Already fixed in current sources, but thanks for the report.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: PostgreSQL BugTool Submission
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: ResultSet.getTimestamp() was broken