Re: Status of plperl inter-sp calling

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: Status of plperl inter-sp calling
Дата
Msg-id 41377C1E-E86E-444A-8EBC-FF82A1CC311B@kineticode.com
обсуждение исходный текст
Ответ на Re: Status of plperl inter-sp calling  (Tim Bunce <Tim.Bunce@pobox.com>)
Список pgsql-hackers
On Jan 6, 2010, at 3:31 PM, Tim Bunce wrote:

> For 8.5 I don't think I'll even attempt direct inter-plperl-calls.
>
> I'll just do a nicely-sugared wrapper around spi_exec_prepared().
> Either via import, as I outlined earlier, or Garick Hamlin's suggestion
> of attributes - which is certainly worth exploring.

If it's just the sugar, then in addition to the export, which is a great idea, I'd still like to have the AUTOLOAD
solution,since there may be a bunch of different functions and I might not want to import them all. 

Best,

David



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

Предыдущее
От: Tim Bunce
Дата:
Сообщение: Re: Status of plperl inter-sp calling
Следующее
От: Tim Bunce
Дата:
Сообщение: Testing plperl<->plperlu interaction