Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d45c079

Browse files
committed
Fix slightly confused description of debug options.
1 parent ac2b9ae commit d45c079

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

doc/src/sgml/runtime.sgml

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.58 2001/03/24 00:24:26 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.59 2001/05/01 03:00:28 tgl Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -758,17 +758,20 @@ env PGOPTIONS='-c geqo=off' psql
758758
</varlistentry>
759759

760760
<varlistentry>
761+
<term>DEBUG_PRINT_QUERY (<type>boolean</type>)</term>
761762
<term>DEBUG_PRINT_PARSE (<type>boolean</type>)</term>
762-
<term>DEBUG_PRINT_PLAN (<type>boolean</type>)</term>
763763
<term>DEBUG_PRINT_REWRITTEN (<type>boolean</type>)</term>
764-
<term>DEBUG_PRINT_QUERY (<type>boolean</type>)</term>
764+
<term>DEBUG_PRINT_PLAN (<type>boolean</type>)</term>
765765
<term>DEBUG_PRETTY_PRINT (<type>boolean</type>)</term>
766766
<listitem>
767767
<para>
768-
For any executed query, prints either the query, the parse
769-
tree, the execution plan, or the query rewriter output to the
770-
server log. <option>DEBUG_PRETTY_PRINT</option> selects are
771-
nicer but longer output format.
768+
These flags enable various debugging output to be sent to the
769+
server log. For each executed query, prints either the query text,
770+
the resulting parse tree, the query rewriter output, or the execution
771+
plan. <option>DEBUG_PRETTY_PRINT</option> indents these displays
772+
to produce a more readable but much longer output format.
773+
Setting <option>DEBUG_LEVEL</option> above zero implicitly turns
774+
on some of these flags.
772775
</para>
773776
</listitem>
774777
</varlistentry>

0 commit comments

Comments
 (0)