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