Oliver Jowett <[EMAIL PROTECTED]> writes:
> Here's a patch that allows parameterized queries to be used in a DECLARE
> CURSOR statement.
Applied with minor editorialization. I found a couple of places where
you'd missed inserting type Oids into constructed ParamLists, and I took
advantage of the
Here's a patch that allows parameterized queries to be used in a DECLARE
CURSOR statement.
Previously, the DECLARE would succeed but any FETCHes would fail as the
parameter values supplied to DECLARE were not propagated to the portal
it created. This patch adds that propagation. See
http://arc