Re: backend crash - Mailing list pgsql-bugs

From Tom Lane
Subject Re: backend crash
Date
Msg-id 2144.954650008@sss.pgh.pa.us
Whole thread Raw
List pgsql-bugs
>> Backend crashes at some queries involving views of aggregate queries.

> 7.0beta3 is fixed in this area.

The particular query shown here may work in 7.0, but it's important to
know that views using grouping or aggregates are still not implemented
right in 7.0.  It's not going to be possible to make all these cases
work properly until we redesign querytrees, which is currently planned
for 7.1.  In the meantime I'd have to recommend avoiding GROUP BY in
views.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Marc Lehmann
Date:
Subject: Re: perl5 interface won't compile
Next
From: Tom Lane
Date:
Subject: Re: --enable-locale doesn't work