UPDATED Patch for adding DATACUBE operator

From: sumit <sumit(at)gdit(dot)iiit(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: UPDATED Patch for adding DATACUBE operator
Date: 2003-06-30 17:27:41
Message-ID: Pine.LNX.4.44.0306302249570.5434-500000@students.iiit.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
datacube_patch text/plain 12.4 KB
README.datacube text/plain 4.1 KB
datacube.c text/plain 10.2 KB
datacube.h text/plain 872 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Josh Berkus 2003-06-30 17:28:30 Re: Postgresql.conf, initdb patch
Previous Message Tom Lane 2003-06-30 17:27:21 Re: Postgresql.conf, initdb patch