aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/auto-explain.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/auto-explain.sgml')
-rw-r--r--doc/src/sgml/auto-explain.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/auto-explain.sgml b/doc/src/sgml/auto-explain.sgml
index 394fec94e88..0899e55e4ca 100644
--- a/doc/src/sgml/auto-explain.sgml
+++ b/doc/src/sgml/auto-explain.sgml
@@ -73,7 +73,7 @@ LOAD 'auto_explain';
<listitem>
<para>
<varname>auto_explain.log_parameter_max_length</varname> controls the
- logging of query parameter values. A value of<literal>-1</literal> (the
+ logging of query parameter values. A value of <literal>-1</literal> (the
default) logs the parameter values in full. <literal>0</literal> disables
logging of parameter values. A value greater than zero truncates each
parameter value to that many bytes. Only superusers can change this