Re: installation of plpython2.7

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Mark Rostron <mrostron(at)ql2(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: installation of plpython2.7
Date: 2012-05-02 03:50:38
Message-ID: 1335930638.27046.1.camel@fsopti579.F-Secure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Maxim Boguk 2012-05-02 04:10:40 Inefficient plan selected by PostgreSQL 9.0.7
Previous Message Tom Lane 2012-05-02 03:44:16 Re: SQL functions not being inlined