Re: Isolation levels READ UNCOMMITTED and REPEATABLE READ

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Isolation levels READ UNCOMMITTED and REPEATABLE READ
Date: 2003-10-26 02:57:55
Message-ID: 200310260257.h9Q2vt425828@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Added to TODO:

* Allow more ISOLATION LEVELS to be accepted, but issue a
warning for them

---------------------------------------------------------------------------

Tom Lane wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> > I think we could allow users to set the transaction isolation level to
> > READ UNCOMMITTED or REPEATABLE READ and internally behave like READ
> > COMMITTED or SERIALIZABLE, respectively. The SQL standard seems to allow
> > this:
>
> My reading is that the spec *requires* this. We have not done it
> because there was some feeling that people would be confused if the
> isolation levels appeared to exist but didn't really work as they
> expected. But a notice or something could help address that concern.
>
> regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen 2003-10-26 03:38:25 Re: Broken links in postgreSQL.org ads
Previous Message Bruce Momjian 2003-10-26 01:48:19 Re: Call for port reports