Re: Isolation levels READ UNCOMMITTED and REPEATABLE READ

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Isolation levels READ UNCOMMITTED and REPEATABLE READ
Date: 2003-10-14 01:09:33
Message-ID: 5008.1066093773@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2003-10-14 01:26:38 Re: Heading to final release
Previous Message Tom Lane 2003-10-14 01:01:54 Re: _GNU_SOURCE