Re: how to continue using a connection after an error with autocommit=false - Mailing list pgsql-jdbc

From Scott Marlowe
Subject Re: how to continue using a connection after an error with autocommit=false
Date
Msg-id 1171985981.25338.44.camel@state.g2switchworks.com
Whole thread Raw
In response to Re: how to continue using a connection after an error with autocommit=false  (Altaf Malik <mmalik_altaf@yahoo.com>)
List pgsql-jdbc
On Tue, 2007-02-20 at 04:53, Altaf Malik wrote:
> You can either commit or rollback the transaction when you encounter
> an SQL error. This will alow the next statements to execute
> successfully.

You can't commit after an error in PostgreSQL unless you've rolled back
to a savepoint from before the error.

pgsql-jdbc by date:

Previous
From: Csaba Nagy
Date:
Subject: Re: invalid byte sequence for encoding "UTF8": 0x00
Next
From: Hover Dong
Date:
Subject: I have questions