Re: GROUPING SETS revisited

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: GROUPING SETS revisited
Дата
Msg-id AANLkTi=QMFmABuH1Wky+X3QV42v2qzP6a7u0EPBMbwTu@mail.gmail.com
обсуждение исходный текст
Ответ на Re: GROUPING SETS revisited  (Hitoshi Harada <umi.tanuki@gmail.com>)
Список pgsql-hackers
Hello

I found a break in GROUPING SETS implementation. Now I am playing with
own executor and planner node and I can't to go forward :(. Probably
this feature will need a significant update of our agg implementation.
Probably needs a some similar structure like CTE but it can be a
little bit reduced - there are a simple relation between source query
and result query - I am not sure, if this has to be implemented via
subqueries? The second question is relative big differencies between
GROUP BY behave and GROUP BY GROUPING SETS behave. Now I don't know
about way to join GROUP BY and GROUPING SETS together

Any ideas welcome

Regards

Pavel


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: git: uh-oh
Следующее
От: Robert Haas
Дата:
Сообщение: Re: security label support, part.2