Predicate locking

From: Vlad Arkhipov <arhipov(at)dc(dot)baikal(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Predicate locking
Date: 2011-04-27 08:35:01
Message-ID: 4DB7D535.4020801@dc.baikal.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm currently need predicate locking in the project, so there are two
ways to get it by now: implement it by creating special database records
to lock with SELECT FOR UPDATE or wait while they will be implemented in
Postgres core. Is there something like predicate locking on the TODO
list currently?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nicolas Barbier 2011-04-27 08:45:58 Re: Predicate locking
Previous Message Heikki Linnakangas 2011-04-27 08:19:32 Re: Memory leak in FDW