Re: Broken RR?

From: Mike Mascari <mascarm(at)mascari(dot)com>
To: Rasmus Resen Amossen <rresena(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Broken RR?
Date: 2003-06-05 09:22:22
Message-ID: 3EDF0BCE.3070805@mascari.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Rasmus Resen Amossen wrote:

> Does Postgres garantee repeatable-read (RR) during transactions? And
> does it implement ARIES/KVL?
>
> If so, why is the following possible?
>
> T1: begin;
> T1: select * from table;
> (notice the row with id = X)
> T2: begin;
> T2: delete from table where id = X;
> T1: select * from table;
> (notice the row with id = X suddenly is gone)

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

This should probably have been posted to the novice, sql, or general
mailing as well, BTW. But that is also mentioned in the on-line pages: ;-)

http://www.postgresql.org/lists.html

"This list is for the discussion of current development issues,
problems and bugs and the discussion of proposed new features.

If people in the other lists don't know the answer to a question and
it is likely that only a developer will know the answer, you may
re-post that question here. You must try elsewhere first!"

HTH,

Mike Mascari
mascarm(at)mascari(dot)com

In response to

  • Broken RR? at 2003-06-05 00:48:04 from Rasmus Resen Amossen

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Mascari 2003-06-05 09:28:49 Re: Broken RR?
Previous Message Blair Robertson 2003-06-05 06:50:01 Weird Character Ordering

Browse pgsql-hackers by date

  From Date Subject
Next Message Mike Mascari 2003-06-05 09:28:49 Re: Broken RR?
Previous Message Nigel J. Andrews 2003-06-05 06:57:32 Re: default locale considered harmful? (was Re: [GENERAL]