Re: User-facing aspects of serializable transactions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: User-facing aspects of serializable transactions
Date
Msg-id 11392.1243527666@sss.pgh.pa.us
Whole thread Raw
In response to Re: User-facing aspects of serializable transactions  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: User-facing aspects of serializable transactions  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> What's hard about that?  INSERTs are the hard case, because the rows
> you care about don't exist yet.  SELECT, UPDATE, and DELETE are easy
> by comparison; you can lock the actual rows at issue.  Unless I'm
> confused?

UPDATE isn't really any easier than INSERT: the update might cause
the row to satisfy someone else's search condition that it didn't
previously satisfy.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PostgreSQL Developer meeting minutes up
Next
From: Robert Haas
Date:
Subject: Re: PostgreSQL Developer meeting minutes up