On 07/05/2013 06:48 AM, guxiaobo1982 wrote:
> And what about postgres_fdw?
>
>
To answer both your questions.
Python3
In the directory you did the configure there should be a config.log.
Open it and see what it shows for the Python build. My suspicion is you
do not have the devel libraries for Python3 installed.
postgres_fdw
This is a contrib module. You will need to cd into the
contrib/postgres_fdw directory and do the make install from there before
running CREATE EXTENSION.
--
Adrian Klaver
adrian.klaver@gmail.com