Re: UPDATED Patch for adding DATACUBE operator

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: UPDATED Patch for adding DATACUBE operator
Дата
Msg-id 200307200211.h6K2BQr03874@candle.pha.pa.us
обсуждение исходный текст
Ответ на UPDATED Patch for adding DATACUBE operator  (sumit <sumit@gdit.iiit.net>)
Список pgsql-patches
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

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


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@postgresql.org)

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

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: ruleutils with pretty-print option
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] allowed user/db variables