Re: Transaction rollback - newbie

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Transaction rollback - newbie
Дата
Msg-id 87wtwutom3.fsf@asmodeus.mcnaught.org
обсуждение исходный текст
Ответ на Transaction rollback - newbie  ("A. Mous" <a.mous@shaw.ca>)
Ответы Re: Transaction rollback - newbie  (David Helgason <david@uti.is>)
Список pgsql-general
"A. Mous" <a.mous@shaw.ca> writes:

> Hi,
>
> I've got clients connected to pgsql via ODBC.  If they lose their connection
> abruptly, all un-committed transactions are automatically rolled-back (I'm
> assuming) but is there anything left behind that needs to be cleaned up on
> the server side with regards to the uncommitted transaction(s)?

No.  When the connection goes away, the backend will log an error,
roll back the transaction and exit cleanly.

-Doug

В списке pgsql-general по дате отправления:

Предыдущее
От: John Fabiani
Дата:
Сообщение: the column in Update
Следующее
От: David Helgason
Дата:
Сообщение: Re: Transaction rollback - newbie