Re: Run external program from postgresql

Поиск
Список
Период
Сортировка
От Fabrízio de Royes Mello
Тема Re: Run external program from postgresql
Дата
Msg-id CAFcNs+rw-b-v=sArvTEYeeSig-6DcM-iLYJD545podbXAHKKzA@mail.gmail.com
обсуждение исходный текст
Ответ на R: Re: Run external program from postgresql  ("francescoboccacci@libero.it" <francescoboccacci@libero.it>)
Ответы Re: Run external program from postgresql  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Список pgsql-admin

2012/5/17 francescoboccacci@libero.it <francescoboccacci@libero.it>

yes, thanks. I would like to intall pl/python in windows. Where i can find this module?

Thanks



I don't use Windows, so I never install pl/python in this plataform.

But if you already install PostgreSQL in your machine I believe you could download the binaries zip package for windows [1]. 

After you download and extract the zip package you'll found the "plpython3.dll" file in the "lib" directory, then you must copy this file do the "lib" directory of your PostgreSQL installation ("c:\Program Files\PostgreSQL\9.1\lib") and you can try create language in your database:

CREATE LANGUAGE plpythonu;

or

CREATE EXTENSION plpythonu;   (9.1 version)


Regards,


--
Fabrízio de Royes Mello
Consultoria/Coaching PostgreSQL
>> Blog sobre TI: http://fabriziomello.blogspot.com

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

Предыдущее
От: "francescoboccacci@libero.it"
Дата:
Сообщение: R: Re: Run external program from postgresql
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: Run external program from postgresql