Re: FOR SHARE vs FOR UPDATE locks

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: FOR SHARE vs FOR UPDATE locks
Дата
Msg-id 1165011289.3778.924.camel@silverbirch.site
обсуждение исходный текст
Ответ на Re: FOR SHARE vs FOR UPDATE locks  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: FOR SHARE vs FOR UPDATE locks  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, 2006-12-01 at 15:52 -0500, Tom Lane wrote:
> "Simon Riggs" <simon@2ndquadrant.com> writes:
> > The functionality in this area isn't yet complete anyway; we still have
> > locking in the partitioned table case to consider.
> 
> Hm?  What does partitioning have to do with it?

SELECT FOR UPDATE/SHARE is not supported for inheritance queries.

My point was that the implementation of row locking is not yet complete,
so the slight wrinkle around lock upgrading is not a solitary eyesore.

--  Simon Riggs              EnterpriseDB   http://www.enterprisedb.com




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [CORE] FOR SHARE vs FOR UPDATE locks
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Dynamic Tracing docs