How do I see what triggers are called on cascade?

From: andrew(at)pillette(dot)com
To: pgsql-performance(at)postgresql(dot)org
Subject: How do I see what triggers are called on cascade?
Date: 2004-08-24 00:02:18
Message-ID: 200408240002.i7O02Iq30466@pillette.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I'm still having trouble with slow cascading DELETEs. What commands can I issue to see the sequence of events that occurs after I execute

DELETE FROM x WHERE p;

so that I can see if indexes being used correctly, or I have a constraint I don't want, etc.

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2004-08-24 02:50:41 Re: How do I see what triggers are called on cascade?
Previous Message Tom Lane 2004-08-23 22:30:45 Re: postgresql 8.0 beta - fail to collect statsistic