Re: WIP: make EXPLAIN ANALYZE show time spent in triggers

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: WIP: make EXPLAIN ANALYZE show time spent in triggers
Дата
Msg-id 4243C143.7080908@familyhealth.com.au
обсуждение исходный текст
Ответ на WIP: make EXPLAIN ANALYZE show time spent in triggers  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: WIP: make EXPLAIN ANALYZE show time spent in triggers
Список pgsql-patches
> The attached patch allows EXPLAIN ANALYZE to break out the time spent in
> triggers when EXPLAINing a statement that can fire triggers.  Formerly
> this time was included in "Total runtime" but not otherwise accounted
> for.

Actually, should you make it talk about RULEs as well?

Chris

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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: WIP: make EXPLAIN ANALYZE show time spent in triggers
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WIP: make EXPLAIN ANALYZE show time spent in triggers