Re: table locking

Поиск
Список
Период
Сортировка
От Shane Wright
Тема Re: table locking
Дата
Msg-id 200202181637.g1IGbfJ04987@fullerruss.dsvr.co.uk
обсуждение исходный текст
Ответ на Re: table locking  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Hi Tom,

Sorry I tihnk I misunderstood your post the first time round :(

SHARE ROW EXCLUSIVE MODE works just fine :))  Thanks very much :)

Regards

Shane


On Monday 18 Feb 2002 3:42 pm, Tom Lane wrote:
> I think you want just LOCK TABLE tab IN SHARE ROW EXCLUSIVE MODE
> or LOCK TABLE tab IN EXCLUSIVE MODE.  The latter would lock out
> SELECT FOR UPDATE, the former wouldn't.
>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly


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

Предыдущее
От: kkeller@speakeasy.net (Keith Keller)
Дата:
Сообщение: obtaining row number of select
Следующее
От: Chris Ruprecht
Дата:
Сообщение: Re: Why is my index not used