Re: [GENERAL] Data cube in PostgreSQL

2007-10-30 Thread Filip Rembiałkowski
I see a misunderstanding here. cube contrib is for handling geometrical data. EFEU package is OLAP - related, that's entirely different topic. http://www.informit.com/articles/article.aspx?p=24684 2007/10/1, Dimitri Fontaine <[EMAIL PROTECTED]>: > Hi, > > Le Wednesday 26 September 2007 20:58:

Re: [GENERAL] Data cube in PostgreSQL

2007-10-30 Thread Richard Huxton
Gowrishankar L wrote: Hi All, I need to make certain changes to cube.c file which comes with cube contrib ( http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/). I am not sure how to compile it so that I can use those changes in postgresql. Could you help me? Well, the full procedu

[GENERAL] Data cube in PostgreSQL

2007-10-29 Thread Gowrishankar L
Hi All, I need to make certain changes to cube.c file which comes with cube contrib ( http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/). I am not sure how to compile it so that I can use those changes in postgresql. Could you help me? Thanks Gowrishankar L On 10/19/07, Gowrishanka

Re: [GENERAL] Data cube in PostgreSQL

2007-10-01 Thread Dimitri Fontaine
Hi, Le Wednesday 26 September 2007 20:58:38 Gowrishankar, vous avez écrit : > Is there any other way of extending postgresql to include cubes? Something like the cube contrib? http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/ Contribs are part of PostgreSQL sources and maintained

[GENERAL] Data cube in PostgreSQL

2007-10-01 Thread Gowrishankar
Hi All, I want to implement data cube operator in PostGReSQL. I searched few forums and found that I only can have interface to postgresql using EFEU package which allows basic cube operations. Is there any other way of extending postgresql to include cubes? thanks Gowrishankar ---