Re: Select For Update and Left Outer Join

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Patrick Earl <patearl(at)patearl(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Select For Update and Left Outer Join
Date: 2011-07-11 05:41:15
Message-ID: 4E1A8CFB.5050402@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11.07.2011 05:45, Patrick Earl wrote:
> The ability to lock on outer joins is quite useful. I've even been
> contacted to ask if I was aware of any progress in this area.

9.1 has a truly serializable isolation level, so I would suggest using
that instead of SELECT FOR UPDATE.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2011-07-11 06:28:12 Re: Cascade replication
Previous Message Darren Duncan 2011-07-11 05:08:02 Re: [HACKERS] Creating temp tables inside read only transactions