Re: How to build postgresql 9.3 beta2 from source with plpython3u handler and postgres_fdw extensions.

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: guxiaobo1982 <guxiaobo1982(at)qq(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to build postgresql 9.3 beta2 from source with plpython3u handler and postgres_fdw extensions.
Date: 2013-07-05 13:33:17
Message-ID: 51D6CB1D.3030607@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 07/05/2013 03:31 AM, guxiaobo1982 wrote:
> Hi,
>
> I use the following commands to build PostgreSQL9.3 from source, but
> plpython3u and postgres_fdw are missed in the result, can you help with
> this.

http://www.postgresql.org/docs/9.3/static/plpython-python23.html

"Tip: The built variant depends on which Python version was found during
the installation or which version was explicitly set using the PYTHON
environment variable; see Section 15.4. To make both variants of
PL/Python available in one installation, the source tree has to be
configured and built twice."

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message guxiaobo1982 2013-07-05 13:45:21 Re: How to build postgresql 9.3 beta2 from source withplpython3u handler and postgres_fdw extensions.
Previous Message Adrian Klaver 2013-07-05 13:31:15 Re: unable to call a function