Re: [JDBC] problem with new autocommit config parameter and jdbc
Haris Peco <snpe@snpe.co.yu>
From: snpe <snpe@snpe.co.yu>
To: Bruce Momjian <pgman@candle.pha.pa.us>, Barry Lind <barry@xythos.com>
Cc: "pgsql-jdbc@postgresql.org" <pgsql-jdbc@postgresql.org>, pgsql-hackers@postgresql.org
Date: 2002-09-07T12:59:31Z
Lists: pgsql-hackers
On Saturday 07 September 2002 02:55 am, Bruce Momjian wrote: > Barry Lind wrote: > > Haris, > > > > You can't use jdbc (and probably most other postgres clients) with > > autocommit in postgresql.conf turned off. > > > > Hackers, > > > > How should client interfaces handle this new autocommit feature? Is it > > best to just issue a set at the beginning of the connection to ensure > > that it is always on? > > Yes, I thought that was the best fix for apps that can't deal with > autocommit being off. Can client get information from backend for autocommit (on or off) and that work like psql ?