is there any missing ??

Поиск
Список
Период
Сортировка
От slackman@unika.ac.id
Тема is there any missing ??
Дата
Msg-id 20060202035513.10304.qmail@mail.unika.ac.id
обсуждение исходный текст
Ответы Re: is there any missing ??  (Dario Brignardello <dbrignar@gmail.com>)
Список pgsql-admin
# ./configure --prefix=/usr/local/pgsql --with-python
# make
# make install
# adduser postgres
# mkdir /usr/local/pgsql/data
# chown postgres /usr/local/pgsql/data
# su postgres
% /usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
% /usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data -l
/usr/local/pgsql/pg_start.log start
%/usr/local/pgsql/bin/createlang plpython template1
createlang: language installation failed: ERROR:  unsupported language
"plpython"
HINT:  The supported languages are listed in the pg_pltemplate system
catalog.
%
i there any missing ???
i have configured python lib
my box is using freebsd 5.0, python 2.4.2, postgresql-8.1.2
thank you all for your kinness

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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: autovacuum
Следующее
От: slackman@unika.ac.id
Дата:
Сообщение: is there anything wrong in my configuration???