UPDATED Patch for adding DATACUBE operator

Поиск
Список
Период
Сортировка
От sumit
Тема UPDATED Patch for adding DATACUBE operator
Дата
Msg-id Pine.LNX.4.44.0306302249570.5434-500000@students.iiit.net
обсуждение исходный текст
Ответы Re: UPDATED Patch for adding DATACUBE operator  (sumit <sumit@gdit.iiit.net>)
Re: UPDATED Patch for adding DATACUBE operator  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: UPDATED Patch for adding DATACUBE operator  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgresql.conf, initdb patch
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Postgresql.conf, initdb patch