Re: isolation level

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Jaime Casanova <el_vigia_ec(at)hotmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: isolation level
Date: 2004-05-13 18:24:50
Message-ID: 20040513182450.GA23159@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, May 13, 2004 at 18:13:23 +0000,
Jaime Casanova <el_vigia_ec(at)hotmail(dot)com> wrote:
> Hi all, is there a way to set the isolation level to something like the
> sql standard dirty read.

No. There will be a way to use the standard name in a SET command, but
you will actaully get READ COMMITTED isolation (which is the next step up).

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jaime Casanova 2004-05-13 21:15:00 \d in 7.4.2
Previous Message Jaime Casanova 2004-05-13 18:13:23 isolation level