Re: ESQL/C: a ROLLBACK rolls back a COMMITED transaction - Mailing list pgsql-general

From Ravi Krishna
Subject Re: ESQL/C: a ROLLBACK rolls back a COMMITED transaction
Date
Msg-id edd3dc23-8093-d511-d86f-301ddc7685a3@comcast.net
Whole thread Raw
In response to Re: ESQL/C: a ROLLBACK rolls back a COMMITED transaction  (Matthias Apitz <guru@unixarea.de>)
List pgsql-general
> the pgm does an INSERT, after this the row is there and can be seen
> with SELECT; than I CLOSE a non existing cursor, which rolls back
> the INSERTed data:


I have not done coding in ESQL/C in a long time, but shouldn't that be 
expected as any error should trigger a rollback.





pgsql-general by date:

Previous
From: Matthias Apitz
Date:
Subject: Re: ESQL/C: a ROLLBACK rolls back a COMMITED transaction
Next
From: Tom Ellis
Date:
Subject: Why is it that “aggregate functions are not allowed in FROM clause of their own query level”?