Re: joins on the same table with aggregates

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: joins on the same table with aggregates
Дата
Msg-id 19423.962637069@sss.pgh.pa.us
обсуждение исходный текст
Ответ на joins on the same table with aggregates  (Darcy Buskermolen <Darcy@Wavefire.com>)
Список pgsql-bugs
The problem's not so much the aggregates as the views.  Views containing
GROUP BY don't work properly in any but the simplest cases.  Fixing this
will take a major redesign of querytrees, which we are currently hoping
to accomplish in the 7.2 development cycle.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re:
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Queries with multiple USINGs crash backend