Re: [HACKERS] LOCK command

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] LOCK command
Дата
Msg-id 199801231458.JAA23254@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] LOCK command  ("Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>)
Список pgsql-hackers
>
> Bruce Momjian wrote:
> >
> > I have implemented LOCK tablename for 6.3.  It just does a DELETE table
> > WHERE false.
>
> Unfortunately, this will be useful inside BEGIN/END only :(
>
> Vadim
>
>

Well, if they issue a LOCK outside a transaction, it doesn't do
anything.  To be usefull outside a transaction, we would have to have a
LOCK/UNLOCK command, and I am not at that point yet.

--
Bruce Momjian
maillist@candle.pha.pa.us

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] locking change help
Следующее
От: "Michael J. Rogan"
Дата:
Сообщение: Re: [QUESTIONS] Re: [HACKERS] Re: [PORTS] Important Announcement