1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

Update docs mention of query string for debug_ commands, from Joseph

Shraibman.
This commit is contained in:
Bruce Momjian 2002-12-04 21:43:07 +00:00
parent 53e2b794f9
commit ec1bee1478

View File

@ -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"> <Chapter Id="runtime">
@ -988,10 +988,10 @@ env PGOPTIONS='-c geqo=off' psql
<listitem> <listitem>
<para> <para>
These flags enable various debugging output to be sent to the These flags enable various debugging output to be sent to the
server log. For each executed query, print either the query text, server log. For each executed query, print the resulting parse
the resulting parse tree, the query rewriter output, or the execution tree, the query rewriter output, or the execution plan.
plan. <option>DEBUG_PRETTY_PRINT</option> indents these displays <option>DEBUG_PRETTY_PRINT</option> indents these displays to
to produce a more readable but much longer output format. produce a more readable but much longer output format.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>