Re: backend crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: backend crash
Дата
Msg-id 2144.954650008@sss.pgh.pa.us
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Marc Lehmann
Дата:
Сообщение: Re: perl5 interface won't compile
Следующее
От: Tom Lane
Дата:
Сообщение: Re: --enable-locale doesn't work