Re: postgresql server crash on windows 7 when using plpython
В списке pgsql-general по дате отправления:
| От | Adrian Klaver |
|---|---|
| Тема | Re: postgresql server crash on windows 7 when using plpython |
| Дата | |
| Msg-id | 201108100704.44907.adrian.klaver@gmail.com обсуждение исходный текст |
| Ответ на | Re: postgresql server crash on windows 7 when using plpython (c k <shreeseva.learning@gmail.com>) |
| Ответы |
Re: postgresql server crash on windows 7 when using plpython
|
| Список | pgsql-general |
On Tuesday, August 09, 2011 10:13:17 pm c k wrote: > Here is the actual function. > create or replace function software.python_test() returns text as > $body$ > import sys > from uuid import getnode as get_mac > mac = get_mac() > return mac > $body$ > language plpythonu volatile security definer; > > When running the same code from python prompt, it run correctly without any > error. The above function runs correctly in Postgres 9.0.3 on my Linux machine. I would say Craigs post about multiple versions of uuid causing the problem is the answer to your problem. > > > Chaitanya Kulkarni > -- Adrian Klaver adrian.klaver@gmail.com
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера