Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd45c079

Browse files
committed
Fix slightly confused description of debug options.
1 parentac2b9ae commitd45c079

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 10 additions & 7 deletions
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/2400: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)

[8]ページ先頭

©2009-2025 Movatter.jp