Re: BUG #1469: ECPG : Can't delete an item pointed by a cursor

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Anthony COMMUNIER <anthony(dot)communier(at)capgemini(dot)fr>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1469: ECPG : Can't delete an item pointed by a cursor
Date: 2005-02-08 11:43:10
Message-ID: 20050208114310.GA15169@1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Feb 07, 2005 at 11:48:48PM +0000, Anthony COMMUNIER wrote:
> The statement : EXEC SQL DELETE FROM <table> WHERE CURRENT OF <cursor name>
> (describe in SQL 99) isn't recognize by ecpg

This holds for the backend as well, doesn't it?

The feature is not implemented and thus it makes no sense to allow it in
ecpg. But there are some patches that implement
the feature on gborg afaik.

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2005-02-08 14:13:11 Re: BUG #1469: ECPG : Can't delete an item pointed by a cursor
Previous Message rob 2005-02-08 11:35:35 Re: SELECT returning too many rows (?) [7.4.2]