Re: Postgres: Transaction Connections

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Postgres: Transaction Connections
Дата
Msg-id 4A012116.7000105@hogranch.com
обсуждение исходный текст
Ответ на Postgres: Transaction Connections  (CM J <postgres.newbie@gmail.com>)
Ответы Re: Postgres: Transaction Connections  (Thomas Kellerer <spam_eater@gmx.net>)
Список pgsql-general
CM J wrote:
> Hi ,
>
>
>        I use postgres database server  8.2.12 with my java
> application. I was wondering if postgres supports transactions  by
> default or do i have to turn some parameter on to enable transaction
> support ?

Postgres supports transactions by default.

Postgres JDBC drivers for Java have two operating modes, autocommit
where every statement is its own transaction, and non-autocommit, where
you have to explicitly commit or rollback to end a transaction.



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

Предыдущее
От: CM J
Дата:
Сообщение: Postgres: Transaction Connections
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Postgres: Transaction Connections