diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-12-04 21:43:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-12-04 21:43:07 +0000 |
commit | ec1bee1478bba99d01a21712b34db57314f1e7bd (patch) | |
tree | 8dc048a992f85c2abecf78d77d167dcb7bfcbd02 | |
parent | 53e2b794f98852351a1f9d20182cb4a1bffda134 (diff) | |
download | postgresql-ec1bee1478bba99d01a21712b34db57314f1e7bd.tar.gz postgresql-ec1bee1478bba99d01a21712b34db57314f1e7bd.zip |
Update docs mention of query string for debug_ commands, from Joseph
Shraibman.
-rw-r--r-- | doc/src/sgml/runtime.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index c8a84e1df8b..b1c96d9824c 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.159 2002/11/21 18:19:51 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.160 2002/12/04 21:43:07 momjian Exp $ --> <Chapter Id="runtime"> @@ -988,10 +988,10 @@ env PGOPTIONS='-c geqo=off' psql <listitem> <para> 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. <option>DEBUG_PRETTY_PRINT</option> 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. + <option>DEBUG_PRETTY_PRINT</option> indents these displays to + produce a more readable but much longer output format. </para> </listitem> </varlistentry> |