Clarify documentation of EXPLAIN (TIMING OFF) option.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2af0971f35a4a7b87312b83782d9bb0cc6a40ad0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-05-20T02:03:32Z
Releases: 9.3.0
Clarify documentation of EXPLAIN (TIMING OFF) option.

Clarify that this option doesn't suppress measurement of the statement's
total runtime.

Greg Smith

Files

PathChange+/−
doc/src/sgml/ref/explain.sgml modified +5 −3
src/backend/commands/explain.c modified +4 −0