Re: installation of plpython2.7

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: installation of plpython2.7
Дата
Msg-id 1335930638.27046.1.camel@fsopti579.F-Secure.com
обсуждение исходный текст
Ответ на installation of plpython2.7  (Mark Rostron <mrostron@ql2.com>)
Список pgsql-general
On tis, 2012-05-01 at 12:56 -0700, Mark Rostron wrote:
> hi
> I want to install madlib into a postgresql9.1.3 installation.
>
>
> i am trying to:
> a) make python2.7
> b) configure postgresql to point at the python2.7 working directory,
> and
> c) install postgresql9.1.3 (using python2.7)

cd Python-2.7.3
./configure --prefix=SOMEWHERE
make
make install

cd postgresql-9.1.3
./configure ...other options... --with-python PYTHON=SOMEWHERE/bin/python
make
make install



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SQL functions not being inlined
Следующее
От: Maxim Boguk
Дата:
Сообщение: Inefficient plan selected by PostgreSQL 9.0.7