Re: ORDER BY on INTERSECT

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: xsplich@fi.muni.cz, pgsql-bugs@postgresql.org
Date: 2000-10-14T16:42:55Z
Lists: 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