UPDATED Patch for adding DATACUBE operator - Mailing list pgsql-patches

From sumit
Subject UPDATED Patch for adding DATACUBE operator
Date
Msg-id Pine.LNX.4.44.0306302249570.5434-500000@students.iiit.net
Whole thread Raw
Responses Re: UPDATED Patch for adding DATACUBE operator
Re: UPDATED Patch for adding DATACUBE operator
Re: UPDATED Patch for adding DATACUBE operator
List pgsql-patches
    As per the suggestions received, the syntax for the DATACUBE has
been modified to

SELECT <field list><aggregate list>
INTO <destination table>
FROM <table expression>
WHERE <search condition>
GROUP BY CUBE <aggregate list>
HAVING <search condition>;

    Kindly note that the file datacube.c should be placed in src/backend/tcop/
and datacube.h should be in src/include.

    Please let us know of further modifications that may be necessary.

Srikanth M
Sumit Kumar Mukherjee

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postgresql.conf, initdb patch
Next
From: Josh Berkus
Date:
Subject: Re: Postgresql.conf, initdb patch