Re: how to continue using a connection after an error with autocommit=false

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: how to continue using a connection after an error with autocommit=false
Дата
Msg-id 1171985981.25338.44.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: how to continue using a connection after an error with autocommit=false  (Altaf Malik <mmalik_altaf@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: invalid byte sequence for encoding "UTF8": 0x00
Следующее
От: Hover Dong
Дата:
Сообщение: I have questions