Re: PL/Java issues - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: PL/Java issues
Date
Msg-id 200401051849.37706.peter_e@gmx.net
Whole thread Raw
In response to Re: PL/Java issues  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: PL/Java issues  (Andrew Dunstan <andrew@dunslane.net>)
List 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 by date:

Previous
From: Ben Clewett
Date:
Subject: UNSUBSCRIBE
Next
From: Peter Eisentraut
Date:
Subject: Re: Permissions and PGSQL