Re: OT: Question about transactions

From: Andrew Sullivan <ajs(at)commandprompt(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: OT: Question about transactions
Date: 2008-08-12 20:54:10
Message-ID: 20080812205410.GE27744@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, Aug 12, 2008 at 04:09:48PM -0400, Paul Tomblin wrote:
> they go to process the second message? Could they do a "BEGIN
> TRANSACTION" at the start and "END TRANSACTION" when they're done
> processing, even though the processing only does queries and not
> updates?

Try SERIALIZABLE mode. If I understand you correctly, it will do what
you need.

A

--
Andrew Sullivan
ajs(at)commandprompt(dot)com
+1 503 667 4564 x104
http://www.commandprompt.com/

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Paul Tomblin 2008-08-12 21:24:08 Re: OT: Question about transactions
Previous Message Richard Broersma 2008-08-12 20:21:53 Re: OT: Question about transactions