Re: [HACKERS] problem with new autocommit config parameter and - Mailing list pgsql-jdbc

From Bruce Momjian
Subject Re: [HACKERS] problem with new autocommit config parameter and
Date
Msg-id 200209071407.g87E7JF18173@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] problem with new autocommit config parameter and jdbc  (snpe <snpe@snpe.co.yu>)
List pgsql-jdbc
snpe wrote:
> 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 ?

Sure, you can do SHOW autocommit.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-jdbc by date:

Previous
From: snpe
Date:
Subject: Re: [HACKERS] problem with new autocommit config parameter and jdbc
Next
From: Barry Lind
Date:
Subject: Re: [HACKERS] problem with new autocommit config parameter