Re: Wishlist of PL/Perl Enhancements for PostgreSQL 8.5

Поиск
Список
Период
Сортировка
От Filip Rembiałkowski
Тема Re: Wishlist of PL/Perl Enhancements for PostgreSQL 8.5
Дата
Msg-id 92869e660910061041p8bd15oa74a54a8600701d@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Wishlist of PL/Perl Enhancements for PostgreSQL 8.5  (Richard Huxton <dev@archonet.com>)
Ответы Re: Wishlist of PL/Perl Enhancements for PostgreSQL 8.5
Список pgsql-general


2009/10/6 Richard Huxton <dev@archonet.com>

Are we looking down the wrong end of the telescope here? What if we had
something more like the "C" binding for functions:

CREATE FUNCTION foo(int,text,int) AS 'MyModule::internal_foo' LANGUAGE
plperl;

 
If you want inter-function calls you use internal_foo.


this really would be a great feature for many plperl users.
( I'm not sure how it breaks current PL model in postgres)



--
Filip Rembiałkowski
JID,mailto:filip.rembialkowski@gmail.com
http://filip.rembialkowski.net/

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: attempted to lock invisible tuple - PG 8.4.1
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: is it possible to do an update with a nested select that references the outer update ?