Grouping Sets
<http://www.postgresql.org/list/pgsql-hackers/since/200905171950>Hello,
Am looking for the patch related to 'Implementation of GROUPING SETS'.
Where can get this from?
Related thread:
/messages/by-id/162867790905121420p7c910054x24d8e327abd58cab@mail.gmail.com
Regards...
Hello
2013/7/4 Dev Kumkar <devdas.kumkar@gmail.com>:
Hello,
Am looking for the patch related to 'Implementation of GROUPING SETS'.
Where can get this from?Related thread:
/messages/by-id/162867790905121420p7c910054x24d8e327abd58cab@mail.gmail.com
I don't work on this topic now, and my code is not usable for production.
Regards
Pavel Stehule
Regards...
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Thu, Jul 4, 2013 at 6:31 PM, Pavel Stehule <pavel.stehule@gmail.com>wrote:
Hello
I don't work on this topic now, and my code is not usable for production.
Ok, no problem. Will await for any other pointers regarding any related
patch here.
Currently using UNION to archive similar results but looking if anything is
already done here.
Looks like GROUPING SET was in the TODO list long back.
http://grokbase.com/t/postgresql/pgsql-general/06aaa4g7cq/cube-rollup-grouping-sets
Am I missing anything here?
Regards...
On Thu, Jul 4, 2013 at 6:56 PM, Dev Kumkar <devdas.kumkar@gmail.com> wrote:
On Thu, Jul 4, 2013 at 6:31 PM, Pavel Stehule <pavel.stehule@gmail.com>
wrote:Hello
I don't work on this topic now, and my code is not usable for production.
Ok, no problem. Will await for any other pointers regarding any related
patch here.Currently using UNION to archive similar results but looking if anything is
already done here.Looks like GROUPING SET was in the TODO list long back.
http://grokbase.com/t/postgresql/pgsql-general/06aaa4g7cq/cube-rollup-grouping-setsAm I missing anything here?
Regards...
Me and RhodiumToad discussed the idea recently, after David Fetter
suggested that we work on it. We may start work on it soon, haven't
thought in detail yet though.
--
Regards,
Atri
l'apprenant
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Thu, Jul 4, 2013 at 7:53 PM, Atri Sharma <atri.jiit@gmail.com> wrote:
On Thu, Jul 4, 2013 at 6:56 PM, Dev Kumkar <devdas.kumkar@gmail.com>
wrote:Ok, no problem. Will await for any other pointers regarding any related
patch here.Currently using UNION to archive similar results but looking if anything
is
already done here.
Looks like GROUPING SET was in the TODO list long back.
http://grokbase.com/t/postgresql/pgsql-general/06aaa4g7cq/cube-rollup-grouping-sets
Am I missing anything here?
Regards...
Me and RhodiumToad discussed the idea recently, after David Fetter
suggested that we work on it. We may start work on it soon, haven't
thought in detail yet though.
Ok, 9.3 feature wise looks all done.
So I believe it will be in any 9.3 + release?
Till then will continue UNION approach as looks like it gives the necessary
functionality. Any loopholes here friends?
Regards...