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. ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster