Re: Choosing a Transaction Isolation Level - Mailing list pgsql-general

From scott.marlowe
Subject Re: Choosing a Transaction Isolation Level
Date
Msg-id Pine.LNX.4.33.0305141133360.31454-100000@css120.ihs.com
Whole thread Raw
In response to Choosing a Transaction Isolation Level  (Adam Sherman <adam@tritus.ca>)
List pgsql-general
On Wed, 14 May 2003, Adam Sherman wrote:

> How should one choose a Transaction Isolation Level?

Well, first, read up a bit here:

http://www.postgresql.org/docs/view.php?version=7.3&idoc=0&file=transaction-iso.html

Basically, the philosophy goes like this:

Serializable treats every select kinda like a "select for update" in that
if what you selected in the first line changes by the third line, the
transaction


pgsql-general by date:

Previous
From: greg@turnstep.com
Date:
Subject: Re: fomatting an interval (resend)
Next
From: "scott.marlowe"
Date:
Subject: Re: Choosing a Transaction Isolation Level