Re: need help on postgres

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: need help on postgres
Дата
Msg-id w2lbddc86151005050801ydd61a3f9kd14e7125975ead9e@mail.gmail.com
обсуждение исходный текст
Ответ на need help on postgres  (raha sadeghi <raha.sadeghi@gmail.com>)
Список pgsql-general
On 5 May 2010 08:28, raha sadeghi <raha.sadeghi@gmail.com> wrote:
hi,
i am  a student , and for my final project i have to work with postgresql ; my project subject is data warehousing & data mining, so i  need to define cube; create dimention table & fact table & ...
i had active cube in template1; i mean i run cube.sql and there are cube functions in my databases but i don't know how to create cube!!!
please help me  and explain me how to do these kind of things step by step!!

With Best Regards


--
Raha Sadeghi

PostgreSQL doesn't currently support CUBE (not to be confused with the cube contrib module).  You may be able to implement what you are trying to achieve by using common table expressions: http://www.postgresql.org/docs/8.4/static/queries-with.html  This is only available in PostgreSQL 8.4 onward.

Regards

Thom

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

Предыдущее
От: Amol Chiplunkar
Дата:
Сообщение: Re: Table alias and inherited tables
Следующее
От: Greg Smith
Дата:
Сообщение: Re: database Benchmark, TPC, PostgreSQL and TPC-E