concurrency control docs error

Поиск
Список
Период
Сортировка
От Neil Conway
Тема concurrency control docs error
Дата
Msg-id 87bs4vyg3o.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответы Re: concurrency control docs error  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-docs
The docs on concurrency control & deadlocks (User's Guide, 9.3.3, CVS
docs) state the following:

  Use of explicit locking can cause deadlocks, wherein two (or more)
  transactions each hold locks that the other wants.

This isn't completely true, as deadlocks can occur in applications
that don't use explicit 'LOCK' statements.

Can someone suggest a better way to phrase the intent of that
statement?

Cheers,

Neil

--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: META: Guide to the PostgreSQL mailing lists
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: concurrency control docs error