Re: Detecting table/row locks

Поиск
Список
Период
Сортировка
От Joshua Daniel Franklin
Тема Re: Detecting table/row locks
Дата
Msg-id Pine.LNX.4.44.0212031639390.15269-100000@iocc.com
обсуждение исходный текст
Ответ на Detecting table/row locks  (Joshua Daniel Franklin <joshua@iocc.com>)
Список pgsql-novice
On Wed, 27 Nov 2002, Joshua Daniel Franklin wrote:
> Is there a quick SQL way to check if a certain table
> (or row) is locked?
>
> I see that an UPDATE will just block until the previous
> lock is removed.

I think this question I asked earlier before reading more
is a misunderstanding of how SQL works. Locking is not to
prevent others from being able to modify rows before seeing
how they have changed, but to enforce an ordering.


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

Предыдущее
От: "Devinder K Rajput"
Дата:
Сообщение: Re: Copy entire file as one field
Следующее
От: "John Sklavounos"
Дата:
Сообщение: Help! Lost functions