Re: someone working to add merge? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: someone working to add merge?
Date
Msg-id 4374D45E.6020809@dunslane.net
Whole thread Raw
In response to Re: someone working to add merge?  (Jaime Casanova <systemguards@gmail.com>)
List pgsql-hackers

Jaime Casanova wrote:

>>Funny, we were just discussing this at OpenDBCon.   Seems that you can't do a
>>full implementation of MERGE without Predicate Locking (the ability to say
>>"lock this table against inserts or updates of any row with key=5").
>>    
>>
>
>it isn't what select for update does?
>
>  
>
>  
>

It won't prevent the insertion of a row with the given predicate.

cheers

andrew


pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: someone working to add merge?
Next
From: Stephan Szabo
Date:
Subject: Re: 8.1 substring bug?