From 646cbc1f01b3104fb8e9ad68ea4df16bd9b4e16f Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Fri, 9 Aug 2013 22:14:26 +0900 Subject: [PATCH] Document how auto_explain.log_timing can be changed. --- doc/src/sgml/auto-explain.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/auto-explain.sgml b/doc/src/sgml/auto-explain.sgml index 03b2309da8..d3957e3de6 100644 --- a/doc/src/sgml/auto-explain.sgml +++ b/doc/src/sgml/auto-explain.sgml @@ -152,10 +152,10 @@ LOAD 'auto_explain'; (ANALYZE, TIMING off) output, rather than just EXPLAIN (ANALYZE) output. The overhead of repeatedly reading the system clock can slow down the query significantly on some systems, so it may be useful to set this - parameter to FALSE when only actual row counts, and not - exact times, are needed. + parameter to off when only actual row counts, and not exact times, are needed. This parameter is only effective when auto_explain.log_analyze - is also enabled. It defaults to TRUE. + is also enabled. This parameter is on by default. + Only superusers can change this setting. -- 2.40.0