pgsql: Clarify documentation of EXPLAIN (TIMING OFF) option.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify documentation of EXPLAIN (TIMING OFF) option.
Date: 2013-05-20 02:03:41
Message-ID: E1UeFRt-0004nk-3v@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify documentation of EXPLAIN (TIMING OFF) option.

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

Greg Smith

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2af0971f35a4a7b87312b83782d9bb0cc6a40ad0

Modified Files
--------------
doc/src/sgml/ref/explain.sgml | 8 +++++---
src/backend/commands/explain.c | 4 ++++
2 files changed, 9 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-05-20 16:51:13 pgsql: Fix escaping in generated recovery.conf file.
Previous Message Simon Riggs 2013-05-19 16:34:16 pgsql: Init crash recovery using the latest available TLI