Search Postgresql Archives

Re: Postgres: Transaction Connections

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.



--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux