Re: Stored Functions - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Stored Functions
Date
Msg-id 20030822082410.GA1299@opencloud.com
Whole thread Raw
In response to Re: Stored Functions  ("srikanth nagaraju" <srikanth.nagaraju@wipro.com>)
List pgsql-jdbc
On Fri, Aug 22, 2003 at 01:29:02PM +0530, srikanth nagaraju wrote:
>
> I think setting AUTOCOMMIT is not supported in the PostgreSQL 7.3.2 and
> above versions.
>
> Here is the Note from the PostgreSQL 7.3.2 Administrators Guide:
> Note: As of PostgreSQL 7.3, setting autocommit to false is not
> well-supported. This is a new feature and is not yet handled by all
> client libraries and applications. Before making it the default setting
> in your installation, test carefully.

This refers to setting 'autocommit = false' in postgresql.conf, not the JDBC
setAutoCommit() method (which works fine).

-O

pgsql-jdbc by date:

Previous
From: "srikanth nagaraju"
Date:
Subject: Re: Stored Functions
Next
From: Dave Cramer
Date:
Subject: Re: [BUGS] Bug #926: if old postgresql.jar in CLASSPATH,