Re: BUG #1469: ECPG : Can't delete an item pointed by a cursor - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: BUG #1469: ECPG : Can't delete an item pointed by a cursor
Date
Msg-id 200502081513.11087.peter_e@gmx.net
Whole thread Raw
In response to BUG #1469: ECPG : Can't delete an item pointed by a cursor  ("Anthony COMMUNIER" <anthony.communier@capgemini.fr>)
List 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.

pgsql-bugs by date:

Previous
From: rob
Date:
Subject: Re: SELECT returning too many rows (?) [7.4.2]
Next
From: Stephan Szabo
Date:
Subject: Re: SELECT returning too many rows (?)