Re: WaitOnLock error - what does this mean?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: WaitOnLock error - what does this mean?
Дата
Msg-id 23098.964416416@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: WaitOnLock error - what does this mean?  ("Robert B. Easter" <reaster@comptechnews.com>)
Ответы Re: WaitOnLock error - what does this mean?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
"Robert B. Easter" <reaster@comptechnews.com> writes:
> Is my database design flawed if this occurs?

The db layout is probably not the issue, but I'd say your scripts are
flawed.

The usual recipe for avoiding deadlocks is pretty simple: all acquirers
of locks must grab the locks in the same order.

            regards, tom lane

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

Предыдущее
От: "Robert B. Easter"
Дата:
Сообщение: Re: WaitOnLock error - what does this mean?
Следующее
От: "Robert B. Easter"
Дата:
Сообщение: Is there any way to speed up PL/TCL functions?