Re: SET AUTOCOMMIT TO OFF no longer supported

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Carlos Correia <carlos(at)m16e(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: SET AUTOCOMMIT TO OFF no longer supported
Date: 2006-02-04 19:05:39
Message-ID: 20615.1139079939@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Carlos Correia <carlos(at)m16e(dot)com> writes:
> I'm trying to run a Java application that gets the error in the subject
> when I run it in Windows 2000 with both versions (8.0 and 8.1) of
> Postgres, when I try to start a transaction.

I think you need a newer JDBC driver. (If the app itself, rather than
the driver, is trying to issue this command then the app is so broken
it doesn't deserve to live.)

> The same app works fine in Linux with Postgres 7.4...

It might have worked with 7.3, but 7.4 would give this same error message.

regards, tom lane

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Carlos Correia 2006-02-04 19:15:16 Re: SET AUTOCOMMIT TO OFF no longer supported
Previous Message Carlos Correia 2006-02-04 18:42:46 SET AUTOCOMMIT TO OFF no longer supported