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

index cd0d6d8727c345720149ba08d28713c716ea0d8f..c9b81923b7203d7fc2603ae27f0e28ff721191eb 100644 (file)
@@ -153,10 +153,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.