Re: [BUGS] Bug #668: cursors with params: mismatched parentheses;

2002-06-06 Thread Bruce Momjian
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;

2002-05-21 Thread Tom Lane
[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

[BUGS] Bug #668: cursors with params: mismatched parentheses;

2002-05-20 Thread pgsql-bugs
Eduardo Rambo ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description cursors with params: mismatched parentheses; Long Description cursors with parameters do not seems to work. Is that implemented? I tried many differents ways and