Re: Hello PL/Python

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: Hello PL/Python
Дата
Msg-id 3976C6CE.2112020E@tm.ee
обсуждение исходный текст
Ответ на Hello PL/Python  (Karel Zak <zakkr@zf.jcu.cz>)
Ответы Re: Hello PL/Python
Re: Hello PL/Python
Список pgsql-hackers
Karel Zak wrote:
> 
>  Today afternoon I a little study libpython1.5 and I mean create
> new PL language is not a problem.
> 
>  I a little play with it, and here is effect:
> 
> test=# CREATE FUNCTION py_test() RETURNS text AS '
> test'# a = ''Hello '';
> test'# b = ''PL/Python'';
> test'# plpython.retval( a + b );
> test'# ' LANGUAGE 'plpython';
> CREATE
> test=#
> test=#
> test=# SELECT py_test();
>      py_test
> -----------------
>  Hello PL/Python
> (1 row)
> 
>  Comments? Works on this already anyone?

There is a semi-complete implementation (i.e. no trigger procedures) 
by Vello Kadarpik (vello@pyystel.ee).

He is probably waiting for fmgr redesign or somesuch to complete before 
releasing it.

---------
Hannu


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

Предыдущее
От: "Justin Hickey"
Дата:
Сообщение: Re: 8Ko limitation
Следующее
От: Karel Zak
Дата:
Сообщение: Re: Hello PL/Python