Re: [BUGS] ORDER BY on INTERSECT

2000-10-14 Thread Tom Lane
[EMAIL PROTECTED] 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.

[BUGS] ORDER BY on INTERSECT

2000-10-14 Thread pgsql-bugs
Petr Splichal ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description ORDER BY on INTERSECT Long Description I was not able to make an ORDER BY on INTERSECT of two SELECTs. Instead I got this error: ] get_sortgroupclause_tle: ORDER/GR