Re: [BUGS] Small bug in GROUP BY

2000-06-29 Thread Tom Lane
Andriy I Pilipenko <[EMAIL PROTECTED]> writes: > There is a bug where backend dumps core while executing such a request: > SELECT sum(a), b > FROM t > GROUP BY b > UNION SELECT sum(a), 1 as b > FROM t > GROUP BY b Bug confirmed. Seems to be caused by the hidden col

[BUGS] Small bug in GROUP BY

2000-06-29 Thread Andriy I Pilipenko
POSTGRESQL BUG REPORT TEMPLATE Your name : Andriy I Pilipenko Your email address : [EMAIL PROTECTED