|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.159 2002/11/21 18:19:51 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.160 2002/12/04 21:43:07 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <Chapter Id="runtime">
|
@@ -988,10 +988,10 @@ env PGOPTIONS='-c geqo=off' psql
|
988 | 988 | <listitem>
|
989 | 989 | <para>
|
990 | 990 | These flags enable various debugging output to be sent to the
|
991 |
| -server log.For each executed query, printeitherthequery text, |
992 |
| -the resulting parsetree, the query rewriter output, or the execution |
993 |
| -plan.<option>DEBUG_PRETTY_PRINT</option> indents these displays |
994 |
| -to produce a more readable but much longer output format. |
| 991 | +server log. For each executed query, print theresulting parse |
| 992 | +tree, the query rewriter output, or the execution plan. |
| 993 | +<option>DEBUG_PRETTY_PRINT</option> indents these displays to |
| 994 | + produce a more readable but much longer output format. |
995 | 995 | </para>
|
996 | 996 | </listitem>
|
997 | 997 | </varlistentry>
|
|