deadlocks in multiple-triggers environment - Mailing list pgsql-general

From hubert depesz lubaczewski
Subject deadlocks in multiple-triggers environment
Date
Msg-id 9e4684ce05060808453f6b9cdd@mail.gmail.com
Whole thread Raw
Responses Re: deadlocks in multiple-triggers environment
List pgsql-general
hi
i have a stituation a situation where i have multiple tables, and multiple triggers on all of them.
at least 1 or 2 triggers on at lease 4 different tables does updates to main cache table.

now.
i have tasks which involve simultaneously (from different machines even) modifying all of the "source" tables.
and i get some deadlocks.
what is the best way to fight deadlocks?
how to find exactly what happened deadlock - which command, which trigger, which function?
how to avoid them (deadlocks).
i can't lock all tables for update, because they happen constantly.

any clues?
pointers? urls?

depesz

pgsql-general by date:

Previous
From: Dan Black
Date:
Subject: Foreign keys and slow insert
Next
From: Richard Huxton
Date:
Subject: Re: Bug with view definition?