Обсуждение: Upgrade from 7.3.9 to 7.4.9: autocommit problems

Поиск
Список
Период
Сортировка

Upgrade from 7.3.9 to 7.4.9: autocommit problems

От
Thusitha Kodikara
Дата:
Hi,

We are testing upgrade from PostgreSQL version 7.3.9 to 7.4.9 on Gentoo linux. In some Java programs we get the error " SET AUTOCOMMIT TO OFF is no longer supported".

I read about some changes in release notes "http://www.postgresql.org/docs/8.1/static/release-7-4.html". What is the best way to solve this probelm.

Thanks and regards,
-Thusitha

Re: Upgrade from 7.3.9 to 7.4.9: autocommit problems

От
Tom Lane
Дата:
Thusitha Kodikara <kthusi@yahoo.com> writes:
> We are testing upgrade from PostgreSQL version 7.3.9 to 7.4.9 on Gentoo linux. In some Java programs we get the error
"SET AUTOCOMMIT TO OFF is no longer supported". 

> I read about some changes in release notes "http://www.postgresql.org/docs/8.1/static/release-7-4.html". What is the
bestway to solve this probelm. 

Get an up-to-date JDBC driver.

            regards, tom lane