Re: Releasing locks

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Releasing locks
Дата
Msg-id 27093.975192811@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Releasing locks  (GH <grasshacker@over-yonder.net>)
Ответы Re: Releasing locks
Список pgsql-novice
GH <grasshacker@over-yonder.net> writes:
> Is there some way to release the "bad" lock?

Kill the client holding it.

In a persistent-connection environment, you'd have to ensure that any
connection that client had open was closed, not just recycled to the
free pool.  Hmm, another thing I bet PHP doesn't do ...

            regards, tom lane

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

Предыдущее
От: GH
Дата:
Сообщение: Releasing locks
Следующее
От: GH
Дата:
Сообщение: Re: Releasing locks