]> granicus.if.org Git - postgresql/commitdiff
Document how auto_explain.log_timing can be changed.
authorFujii Masao <fujii@postgresql.org>
Fri, 9 Aug 2013 13:14:26 +0000 (22:14 +0900)
committerFujii Masao <fujii@postgresql.org>
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 <command>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 <literal>FALSE</literal> 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 <varname>auto_explain.log_analyze</varname>
-      is also enabled.  It defaults to <literal>TRUE</literal>.
+      is also enabled.  This parameter is on by default.
+      Only superusers can change this setting.
      </para>
     </listitem>
    </varlistentry>