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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
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 14:13:11
Message-ID: 200502081513.11087.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Anthony COMMUNIER wrote:
> The statement : EXEC SQL DELETE FROM <table> WHERE CURRENT OF
> <cursor name> (describe in SQL 99) isn't recognize by ecpg

PostgreSQL does not implement the entire SQL standard by any means.
Please refer to the documentation about what you can expect to work and
how.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2005-02-08 14:47:25 Re: SELECT returning too many rows (?)
Previous Message Michael Meskes 2005-02-08 11:43:10 Re: BUG #1469: ECPG : Can't delete an item pointed by a cursor