[PATCH] GROUP BY ALL

Поиск
Список
Период
Сортировка
От David Christensen
Тема [PATCH] GROUP BY ALL
Дата
Msg-id CAHM0NXjz0kDwtzoe-fnHAqPB1qA8_VJN0XAmCgUZ+iPnvP5LbA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] GROUP BY ALL
Re: [PATCH] GROUP BY ALL
Список pgsql-hackers
I see that there'd been some chatter but not a lot of discussion about
a GROUP BY ALL feature/functionality.  There certainly is utility in
such a construct IMHO.

The grammar is unambiguous, so can support this construct in lieu of
the traditional GROUP BY clause.  Enclosed is a patch which adds this
via just scanning the TargetEntry list and adding anything that is not
an aggregate function call to the groupList.

Still need some docs; just throwing this out there and getting some feedback.

Thanks,

David

Вложения

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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: optimizing pg_upgrade's once-in-each-database steps
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: Use pgBufferUsage for block reporting in analyze