Document how auto_explain.log_timing can be changed.
authorFujii Masao
Fri, 9 Aug 2013 13:14:26 +0000 (22:14 +0900)
committerFujii Masao
Fri, 9 Aug 2013 13:14:26 +0000 (22:14 +0900)
doc/src/sgml/auto-explain.sgml

index 03b2309da8f99bf54b2a71af4d3172e14e349f84..d3957e3de6ff3e506c11e5e6e3bcfeae91c0c1a5 100644 (file)
@@ -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.