From: | Thom Brown <thombrown(at)gmail(dot)com> |
---|---|
To: | raha sadeghi <raha(dot)sadeghi(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: need help on postgres |
Date: | 2010-05-05 15:01:53 |
Message-ID: | w2lbddc86151005050801ydd61a3f9kd14e7125975ead9e@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 5 May 2010 08:28, raha sadeghi <raha(dot)sadeghi(at)gmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Smith | 2010-05-05 16:15:03 | Re: database Benchmark, TPC, PostgreSQL and TPC-E |
Previous Message | pasman pasmański | 2010-05-05 14:11:50 | Multilevel partitioning |