Re: Cursor case-sensitivity - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Cursor case-sensitivity
Date
Msg-id 25485.1043677152@sss.pgh.pa.us
Whole thread Raw
In response to Cursor case-sensitivity  ("Key88 SF" <key88sf@hotmail.com>)
List pgsql-bugs
"Key88 SF" <key88sf@hotmail.com> 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

pgsql-bugs by date:

Previous
From: "Key88 SF"
Date:
Subject: Cursor case-sensitivity
Next
From: Jean-Luc Lachance
Date:
Subject: No error reported when field in subselect is not part of the table but exists in the main table.