|
1 | 1 | <!--
|
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 $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <Chapter Id="runtime">
|
@@ -758,17 +758,20 @@ env PGOPTIONS='-c geqo=off' psql
|
758 | 758 | </varlistentry>
|
759 | 759 |
|
760 | 760 | <varlistentry>
|
| 761 | + <term>DEBUG_PRINT_QUERY (<type>boolean</type>)</term> |
761 | 762 | <term>DEBUG_PRINT_PARSE (<type>boolean</type>)</term>
|
762 |
| - <term>DEBUG_PRINT_PLAN (<type>boolean</type>)</term> |
763 | 763 | <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> |
765 | 765 | <term>DEBUG_PRETTY_PRINT (<type>boolean</type>)</term>
|
766 | 766 | <listitem>
|
767 | 767 | <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. |
772 | 775 | </para>
|
773 | 776 | </listitem>
|
774 | 777 | </varlistentry>
|
|
0 commit comments