Re: What happens If a table changes during a query/procedure execution - Mailing list pgsql-hackers

From Nicolas Barbier
Subject Re: What happens If a table changes during a query/procedure execution
Date
Msg-id AANLkTikyxrn8FVe38VMnO-wtX5otDFypbcMZMSoZ4xLH@mail.gmail.com
Whole thread Raw
In response to Re: What happens If a table changes during a query/procedure execution  (Nicolas Barbier <nicolas.barbier@gmail.com>)
List pgsql-hackers
2011/3/9 Nicolas Barbier <nicolas.barbier@gmail.com>:

> Note that the standard defines things that must never happen in the
> case of READ COMMITTED, it does not specify that one *must* be able to
> see the stuff as committed by previous transactions, for example.

Hmm, make that "stuff as committed by concurrent transactions that
committed prior to our statement's execution".

Nicolas


pgsql-hackers by date:

Previous
From: Nicolas Barbier
Date:
Subject: Re: What happens If a table changes during a query/procedure execution
Next
From: Fujii Masao
Date:
Subject: Update of replication/README