Re: Data cube in PostgreSQL

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Data cube in PostgreSQL
Дата
Msg-id 4726E20A.2080405@archonet.com
обсуждение исходный текст
Ответ на Data cube in PostgreSQL  ("Gowrishankar L" <gowrishankar83@gmail.com>)
Список 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

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

Предыдущее
От: "Sebastjan Trepca"
Дата:
Сообщение: Re: Inheritance problem when restoring db
Следующее
От: Hannes Dorbath
Дата:
Сообщение: Re: Raid Chunk Sizes for DSS type DB