Re: PL/Java issues

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: PL/Java issues
Дата
Msg-id 200401051849.37706.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: PL/Java issues  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: PL/Java issues  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan wrote:
> Will we need to address this TODO item:
>
>   . Add capability to create and call PROCEDURES
>
> before proceding to do PL/Java? It would add to the usefulness
> greatly, I should think. I'm not sure how hard it would be.

This should be relatively easy if you omit OUT parameters.  Just treat
CALL foo(...) as SELECT foo(...) and throw away the result (or avoid
generating one).

For OUT parameters, we'd probably have to learn their full semantics
first.


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

Предыдущее
От: Ben Clewett
Дата:
Сообщение: UNSUBSCRIBE
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Permissions and PGSQL