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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: WIP: make EXPLAIN ANALYZE show time spent in triggers
Date: 2005-03-25 07:48:27
Message-ID: 21239.1111736907@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
> Actually, should you make it talk about RULEs as well?

No, because the presented plan is post-RULE-expansion.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Dirk Raetzel 2005-03-25 08:28:58 BUG #1563: wrong week returnded by date_trunc('week', ...)
Previous Message Tom Lane 2005-03-25 07:47:49 Re: WIP: make EXPLAIN ANALYZE show time spent in triggers