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

Поиск
Список
Период
Сортировка
От guxiaobo1982
Тема How to build postgresql 9.3 beta2 from source with plpython3u handler and postgres_fdw extensions.
Дата
Msg-id tencent_2C275DAB417D15092AC811EC@qq.com
обсуждение исходный текст
Ответы Re: How to build postgresql 9.3 beta2 from source with plpython3u handler and postgres_fdw extensions.  (Adrian Klaver <adrian.klaver@gmail.com>)
Список pgsql-general
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.

./configure PYTHON='/opt/python32/bin/python3' --prefix=/opt/PostgreSQL/93b2src --with-python
make
make install

export PATH=/opt/PostgreSQL/93b2src/bin:$PATH

cd /opt/PostgreSQL/93b2src/
bin/initdb -D data
bin/pg_ctl -D data -l logfile start
bin/pg_ctl -D data stop


[postgres@lix ~]$ psql
psql (9.3beta2)
Type "help" for help.

postgres=# create language plpython3u;
ERROR:  could not access file "$libdir/plpython3": No such file or directory
postgres=# create extension postgres_fdw;
ERROR:  could not open extension control file "/opt/PostgreSQL/93b2src/share/postgresql/extension/postgres_fdw.control": No such file or directory
postgres=# 


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

Предыдущее
От: Jov
Дата:
Сообщение: Re: Triggers
Следующее
От: Greenhorn
Дата:
Сообщение: Complex case statement