Re: [JDBC] problem with new autocommit config parameter

From: Daryl Beattie <dbeattie(at)insystems(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Cc: Barry Lind <barry(at)xythos(dot)com>, 'Tom Lane' <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: [JDBC] problem with new autocommit config parameter
Date: 2002-09-09 19:01:23
Message-ID: 4160E6FC08ABD21191F000805F857E9305ECE3B7@mail.markham.insystems.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Dear PostgreSQL people,

Sorry for jumping into this conversation in the middle.
Autocommit is very important, as appservers may turn it on or off at
will in order to support EJB transactions (being able to set them up, roll
them back, commit them, etc. by using the JDBC API). If it is broken, then
all EJB apps using PostgreSQL may be broken also. ...This frightens me a
little. Could somebody please explain?

Sincerely,

Daryl.

> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> Sent: Monday, September 09, 2002 2:54 PM
> To: Bruce Momjian
> Cc: Barry Lind; pgsql-jdbc(at)postgresql(dot)org;
> pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [JDBC] [HACKERS] problem with new autocommit config
> parameter and jdbc
>
>
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Barry Lind wrote:
> >> 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.
>
> If autocommit=off really seriously breaks JDBC then I don't think a
> simple SET command at the start of a session is going to do that much
> to improve robustness. What if the user issues another SET to turn it
> on?
>
> I'd suggest just documenting that it is broken and you can't use it,
> until such time as you can get it fixed. Band-aids that only
> partially
> cover the problem don't seem worth the effort to me.
>
> In general I think that autocommit=off is probably going to be very
> poorly supported in the 7.3 release. We can document it as being
> "work in progress, use at your own risk".
>
> regards, tom lane
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-09-09 19:12:37 7.3 function permissions (was Re: Making small bits of code available)
Previous Message Tom Lane 2002-09-09 18:53:56 Re: problem with new autocommit config parameter and jdbc

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-09-09 19:29:02 Re: [JDBC] problem with new autocommit config parameter
Previous Message Tom Lane 2002-09-09 18:53:56 Re: problem with new autocommit config parameter and jdbc