Probably badly timed suggestion: pl/perl calling style same as C style

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Probably badly timed suggestion: pl/perl calling style same as C style
Дата
Msg-id 4B859BA6.2090001@archonet.com
обсуждение исходный текст
Ответы Re: Probably badly timed suggestion: pl/perl calling style same as C style  (Mike Rylander <mrylander@gmail.com>)
Re: Probably badly timed suggestion: pl/perl calling style same as C style  (Alex Hunsaker <badalex@gmail.com>)
Список pgsql-hackers
With plperl.on_init allowing the loading of modules, might there be some 
merit (and little cost) in allowing the same style of function-mapping 
as with C functions?

CREATE FUNCTION add_one(integer) RETURNS integer     AS 'DIRECTORY/funcs', 'add_one'     LANGUAGE C STRICT;

CREATE FUNCTION add_one(integer) RETURNS integer     AS 'My::Package', 'add_one'     LANGUAGE plperl STRICT;

--   Richard Huxton  Archonet Ltd


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: FW: Unable to install PostgreSQL on Windows Server 2003 SP2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SR/libpq - outbound interface/ipaddress binding