Re: Predicate locking - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Predicate locking
Date
Msg-id 4DBA6632020000250003D036@gw.wicourts.gov
Whole thread Raw
In response to Predicate locking  (Vlad Arkhipov <arhipov@dc.baikal.ru>)
Responses Re: Predicate locking  (Vlad Arkhipov <arhipov@dc.baikal.ru>)
List pgsql-hackers
Vlad Arkhipov  wrote:
> But even if it would work it would not help me anyways. Because my
> constraint is much more complex and depends on other tables, I
> cannot express it in terms of exclusion constraints.
Are you aware of the changes to the SERIALIZABLE transaction
isolation level in the upcoming 9.1 release?
http://wiki.postgresql.org/wiki/Serializable
http://wiki.postgresql.org/wiki/SSI
If you can wait for that, it might be just what you're looking for.
-Kevin


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: What would AggrefExprState nodes' args contain?
Next
From: Jim Nasby
Date:
Subject: Re: Postgresql on multi-core CPU's: is this old news?