"Key88 SF" <[EMAIL PROTECTED]> writes:
> BEGIN;
> SELECT reffunc('funcCursor');
> FETCH ALL IN funcCursor;
> COMMIT;
> WARNING:  PerformPortalFetch: portal "funccursor" not found.

I don't think this is a bug.  You should have written

FETCH ALL IN "funcCursor";

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to