Re: BUG #4955: ECPG produces incomplete code

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Heiko Folkerts <heiko(dot)folkerts(at)david-bs(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4955: ECPG produces incomplete code
Date: 2009-08-05 11:51:21
Message-ID: 20090805115121.GB9435@feivel.credativ.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Jul 30, 2009 at 06:59:32AM +0000, Heiko Folkerts wrote:
> When compiling the following code with ecpg the result is missing some of
> the embedded SQL code:
> ...
> It seems that the open command for the cursor is not present. The first

No, there simply is no such thing as an open command in PostgreSQL. Instead the
declare command opens the cursor which is why the declare is called in the
position open was listed.

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
ICQ: 179140304, AIM/Yahoo/Skype: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2009-08-05 14:15:25 Re: BUG #4964: return value does not agree with documentation
Previous Message jasen Betts 2009-08-05 11:21:26 BUG #4964: return value does not agree with documentation