]> granicus.if.org Git - postgresql/commit
Clarify documentation of EXPLAIN (TIMING OFF) option.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 May 2013 02:03:32 +0000 (22:03 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 May 2013 02:03:32 +0000 (22:03 -0400)
commit2af0971f35a4a7b87312b83782d9bb0cc6a40ad0
tree2751f7dd7009680db9b3c923cce26d3379467e1b
parentd4337a0dcbd29e5b11c2157f808916de62de05e4
Clarify documentation of EXPLAIN (TIMING OFF) option.

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

Greg Smith
doc/src/sgml/ref/explain.sgml
src/backend/commands/explain.c