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

Commit ec1bee1

Browse files
committed
Update docs mention of query string for debug_ commands, from Joseph
Shraibman.
1 parent 53e2b79 commit ec1bee1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 5 additions & 5 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.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 $
33
-->
44

55
<Chapter Id="runtime">
@@ -988,10 +988,10 @@ env PGOPTIONS='-c geqo=off' psql
988988
<listitem>
989989
<para>
990990
These flags enable various debugging output to be sent to the
991-
server log. For each executed query, print either the query text,
992-
the resulting parse tree, 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 the resulting 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.
995995
</para>
996996
</listitem>
997997
</varlistentry>

0 commit comments

Comments
 (0)