From: | Oliver Jowett <oliver(at)opencloud(dot)com> |
---|---|
To: | srikanth nagaraju <srikanth(dot)nagaraju(at)wipro(dot)com> |
Cc: | yphillips(at)dlkconsulting(dot)co(dot)za, pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: Stored Functions |
Date: | 2003-08-22 08:24:12 |
Message-ID: | 20030822082410.GA1299@opencloud.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | kevin | 2003-08-22 13:10:58 | Re: resultset.first() untrappable error |
Previous Message | srikanth nagaraju | 2003-08-22 07:59:02 | Re: Stored Functions |