Re: Deadlock

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: "Nikhil G(dot) Daddikar" <ngd(at)celoxis(dot)com>
Cc: pggeneral <pgsql-general(at)postgresql(dot)org>
Subject: Re: Deadlock
Date: 2002-10-04 15:40:46
Message-ID: 20021004083929.R36970-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 3 Oct 2002, Nikhil G. Daddikar wrote:

> While updating database (7.1.3) thro' JDBC I get a deadlock error :
>
> Exception Message: ERROR: Deadlock detected.
> See the lock(l) manual page for a possible cause.

Are you using any foreign keys to or from this table?

In response to

  • Deadlock at 2002-10-03 10:47:49 from Nikhil G. Daddikar

Responses

  • Re: Deadlock at 2002-10-05 03:27:00 from Nikhil G. Daddikar

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2002-10-04 15:42:02 Re: SERIAL with TTable in cbuilder
Previous Message Stephan Szabo 2002-10-04 15:37:49 Re: Inheritance: delete parent deletes children