concurrency control docs error

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: concurrency control docs error
Date: 2002-11-11 21:02:51
Message-ID: 87bs4vyg3o.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)samurai(dot)com> || PGP Key ID: DB3C29FC

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2002-11-12 04:45:40 Re: concurrency control docs error
Previous Message Richard Huxton 2002-11-11 14:38:36 Re: META: Guide to the PostgreSQL mailing lists