Re: [SQL] MVCC and concurrent clients - Mailing list pgsql-sql

From Tom Lane
Subject Re: [SQL] MVCC and concurrent clients
Date
Msg-id 28386.933519330@sss.pgh.pa.us
Whole thread Raw
In response to Re: [SQL] MVCC and concurrent clients  ("Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu>)
List pgsql-sql
"Ross J. Reedstrom" <reedstrm@wallace.ece.rice.edu> writes:
> How about timestamps?

I thought about that approach originally, but it doesn't change the
nature of the problem.  Transactions will not necessarily commit in
the same order as the timestamps they've applied to updated tuples.
        regards, tom lane


pgsql-sql by date:

Previous
From: "Stéphane FILLON"
Date:
Subject: CHECK CONSTRAINT
Next
From: Tom Lane
Date:
Subject: Re: [SQL] MVCC and concurrent clients