Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Mar 2011 16:17:03 +0000 (11:17 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Mar 2011 16:17:03 +0000 (11:17 -0500)
commit7e49330cad885a76441253da74b88e7d2f27c9f0
treeed74fba250e32b5b91916c8b88a6663988d7dcab
parent4c966d920fb75a5d0366b887c2ef28e6d87c1eda
Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers.

Time spent executing AFTER triggers is not included in the runtime of the
associated ModifyTable node; in my patch of yesterday I confused queuing of
these triggers with their actual execution.  Spotted by Marko Tiikkaja.
doc/src/sgml/perform.sgml