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
[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
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