Re: NOWAIT doesn't work

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: NOWAIT doesn't work
Дата
Msg-id CAFj8pRBt381+2dBG3+q27QjZYSuE_vcWRxG1ne8L856KAL=K9Q@mail.gmail.com
обсуждение исходный текст
Ответ на NOWAIT doesn't work  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: NOWAIT doesn't work
Список pgsql-hackers
tested on 9.3

Pavel

2012/10/31 Pavel Stehule <pavel.stehule@gmail.com>:
> Hello
>
> it is expected behave?
>
> 1.session
>
> postgres=# begin;
> BEGIN
> postgres=# lock oo IN ACCESS EXCLUSIVE MODE;
> LOCK TABLE
>
> 2. session
>
> postgres=# select * from oo for update nowait;
>
> hangs forever ....
>
> Regards
>
> Pavel Stehule



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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: NOWAIT doesn't work
Следующее
От: Andres Freund
Дата:
Сообщение: Re: NOWAIT doesn't work