Predicate locking - Mailing list pgsql-hackers

From Vlad Arkhipov
Subject Predicate locking
Date
Msg-id 4DB7D535.4020801@dc.baikal.ru
Whole thread Raw
Responses Re: Predicate locking  (Nicolas Barbier <nicolas.barbier@gmail.com>)
List 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?


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Memory leak in FDW
Next
From: Nicolas Barbier
Date:
Subject: Re: Predicate locking