Re: Reliable and fast money transaction design - Mailing list pgsql-general

From Tom Lane
Subject Re: Reliable and fast money transaction design
Date
Msg-id 3415.1188402420@sss.pgh.pa.us
Whole thread Raw
In response to Re: Reliable and fast money transaction design  (Ron Johnson <ron.l.johnson@cox.net>)
Responses Re: Reliable and fast money transaction design  (Ron Johnson <ron.l.johnson@cox.net>)
List pgsql-general
Ron Johnson <ron.l.johnson@cox.net> writes:
> On 08/29/07 07:27, cluster wrote:
>> Just make sure and read up about transaction isolation... in the default
>> of READ COMMITTED mode, you can sometimes see changes made by other
>> transactions.

> Argh!!!  The RDBMS that I typically use defaults to SERIALIZABLE.

You can change default_transaction_isolation if you like.

            regards, tom lane

pgsql-general by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Reliable and fast money transaction design
Next
From: Ron Johnson
Date:
Subject: ACID (was Re: Reliable and fast ...)