Re: [BUGS] Bug #668: cursors with params: mismatched parentheses;
I don't know what syntax uses parens for stored procedure cursors, but we don't support it. Place the '1' in the cursor WHERE clause. You can't pass it into the cursor using parens. --- [EMAIL PROTECTED] wrote: > Eduardo
Re: [BUGS] Bug #668: cursors with params: mismatched parentheses;
[EMAIL PROTECTED] writes: > cursors with parameters do not seems to work. Is that implemented? Sigh. They used to work, but I seem to have broken 'em with a last-minute 7.2 fix. (Wish we had better regression tests for plpgsql.) A fix against 7.2.* is attached. regard