Re: Data cube in PostgreSQL

From: Richard Huxton <dev(at)archonet(dot)com>
To: Gowrishankar L <gowrishankar83(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Data cube in PostgreSQL
Date: 2007-10-30 07:49:30
Message-ID: 4726E20A.2080405@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 procedure would be:

1. Download source package of postgresql, untar somewhere, cd to top
directory
2. ./configure <with options>; make; make install <as root>
3. cd contrib/cube; make; make install <as root>
4. start/restart the server
5. Run any .sql scripts you need to in your target database (see
README.cube)

If you're making changes you might well be restarting PG frequently, so
you might want to script that.

Does that help?

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Hannes Dorbath 2007-10-30 08:37:07 Re: Raid Chunk Sizes for DSS type DB
Previous Message Sebastjan Trepca 2007-10-30 07:44:57 Re: Inheritance problem when restoring db