From: Bruce Momjian Date: Wed, 4 Dec 2002 21:43:07 +0000 (+0000) Subject: Update docs mention of query string for debug_ commands, from Joseph X-Git-Tag: REL7_4_BETA1~1439 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec1bee1478bba99d01a21712b34db57314f1e7bd;p=postgresql Update docs mention of query string for debug_ commands, from Joseph Shraibman. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index c8a84e1df8..b1c96d9824 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -988,10 +988,10 @@ env PGOPTIONS='-c geqo=off' psql These flags enable various debugging output to be sent to the - server log. For each executed query, print either the query text, - the resulting parse tree, the query rewriter output, or the execution - plan. indents these displays - to produce a more readable but much longer output format. + server log. For each executed query, print the resulting parse + tree, the query rewriter output, or the execution plan. + indents these displays to + produce a more readable but much longer output format.