Re: Multiple semicolon separated statements and autocommit - Mailing list pgsql-hackers

From Rene Pijlman
Subject Re: Multiple semicolon separated statements and autocommit
Date
Msg-id f2ouotkchf6tm7d9ndga5m35eo6nt8s3p0@4ax.com
Whole thread Raw
In response to Re: Multiple semicolon separated statements and autocommit  (Doug McNaught <doug@wireboard.com>)
List pgsql-hackers
On 30 Aug 2001 21:35:42 -0400, you wrote:
>"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
>> Are you sure?  I thought all that autocommit meant was that a statement that
>> is not enclosed within a begin/commit is automatically committed after it is
>> run.  So, in the this case all three queries will be independent, unless the
>> first statements is a 'begin;' and the last is a 'commit;'...
>
>What does the JDBC spec say about autocommit and ExecuteBatch()?

Not much, but that's a different story. We're still in the
process of figuring out how to implement this feature exactly.
That discussion is on the pgsql-jdbc list.

Regards,
René Pijlman <rene@lab.applinet.nl>


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Multiple semicolon separated statements and autocommit
Next
From: Hannu Krosing
Date:
Subject: Re: [OT] Re: User locks code