Re: UPDATED Patch for adding DATACUBE operator

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Srikanth M <srikanth_m(at)students(dot)iiit(dot)net>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: UPDATED Patch for adding DATACUBE operator
Date: 2003-07-25 14:59:31
Message-ID: 200307251459.h6PExVk17267@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Tom, what changes need to be made, or are you too busy?

---------------------------------------------------------------------------

Srikanth M wrote:
> Dear Sir,
>
> Please tell the changes you want to incorporate in the present
> DATACUBE operator.
>
> Thanking you
>
> Srikanth
> Sumit
>
> On Fri, 25
> Jul 2003, Bruce Momjian wrote:
>
> >
> > This looks good, but it is going to require more work, and we have run
> > out of time for 7.4.
> >
> > This has been saved for the 7.5 release:
> >
> > http:/momjian.postgresql.org/cgi-bin/pgpatches2
> >
> > Sorry.
> >
> > ---------------------------------------------------------------------------
> >
> > sumit wrote:
> > >
> > > 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
> >
> > Content-Description:
> >
> > [ Attachment, skipping... ]
> >
> > Content-Description:
> >
> > [ Attachment, skipping... ]
> >
> > Content-Description:
> >
> > [ Attachment, skipping... ]
> >
> > Content-Description:
> >
> > [ Attachment, skipping... ]
> >
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 2: you can get off all lists at once with the unregister command
> > > (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
> >
> >
>
> --
> If the automobile had followed the same development cycle as the computer, a Rolls-Royce today would cost $100, get a million miles to the gallon, and explode once every few weeks, killing everyone inside.
>
>
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-07-25 15:07:04 Re: PG Patch (fwd) [openserver patch followup #2]
Previous Message Bruce Momjian 2003-07-25 14:55:46 Re: Datetime patch