Re: Cursor case-sensitivity

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Key88 SF" <key88sf(at)hotmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Cursor case-sensitivity
Date: 2003-01-27 14:19:12
Message-ID: 25485.1043677152@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Key88 SF" <key88sf(at)hotmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Fredy K. GMX 2003-01-27 14:54:55 ECPG does not recognise typedefs
Previous Message Yichen Xie 2003-01-27 09:16:24 [CHECKER] 9 potential out-of-bounds array access errors