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.