How do I see what triggers are called on cascade?

Поиск
Список
Период
Сортировка
От andrew@pillette.com
Тема How do I see what triggers are called on cascade?
Дата
Msg-id 200408240002.i7O02Iq30466@pillette.com
обсуждение исходный текст
Ответы Re: How do I see what triggers are called on cascade?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
I'm still having trouble with slow cascading DELETEs. What commands can I issue to see the sequence of events that
occursafter 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.

В списке pgsql-performance по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: postgresql 8.0 beta - fail to collect statsistic
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How do I see what triggers are called on cascade?