Re: ECPG fix for mixed case cursor names - Mailing list pgsql-hackers

From Michael Meskes
Subject Re: ECPG fix for mixed case cursor names
Date
Msg-id 20100910101405.GA10693@feivel.credativ.lan
Whole thread Raw
In response to ECPG fix for mixed case cursor names  (Boszormenyi Zoltan <zb@cybertec.at>)
List pgsql-hackers
On Wed, Aug 25, 2010 at 01:30:41PM +0200, Boszormenyi Zoltan wrote:
> PostgreSQL allows in plain SQL to declare a cursor
> e.g. in all lower case and fetch from is in all upper case.
> We need to allow this from ECPG, too, but strictly when
> the cursor name is not in a variable. Otherwise this code
> below doesn't notice the cursor's double declaration
> and complains using an undeclared cursor:
> ...

Applied. Thanks for spotting and fixing this.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at googlemail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL


pgsql-hackers by date:

Previous
From: Boszormenyi Zoltan
Date:
Subject: Re: plan time of MASSIVE partitioning ...
Next
From: Fujii Masao
Date:
Subject: Walsender doesn't process options passed in the startup packet