Patch for adding DATACUBE operator

Поиск
Список
Период
Сортировка
От sumit
Тема Patch for adding DATACUBE operator
Дата
Msg-id Pine.LNX.4.44.0306301515470.27097-500000@students.iiit.net
обсуждение исходный текст
Ответы Re: Patch for adding DATACUBE operator  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Hi!

    We have added the CUBE operator for PostgreSQL. Please find the
attached patch.

    Another thing to note is that the file datacube.c should
be placed in src/backend/tcop/ and datacube.h should be in src/include.

The syntax of the query is

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

    An example along with the output is provided in the
README.datacube file. Kindly have a look. Let us know your response.

Srikanth M
Sumit Kumar Mukherjee

Вложения

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: polymorphic arguments and return type for PL/pgSQL
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: Patch for adding DATACUBE operator