Minor documentation bug

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Minor documentation bug
Date: 2001-05-01 01:52:14
Message-ID: 3AEE16CE.BDE4A834@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In /usr/local/pgsql/doc/html/runtime-config.html:

DEBUG_PRINT_PARSE (boolean), DEBUG_PRINT_PLAN (boolean),
DEBUG_PRINT_REWRITTEN (boolean), DEBUG_PRINT_QUERY
(boolean),DEBUG_PRETTY_PRINT (boolean)

For any executed query, prints either the query, the parse tree,
the execution plan, or the query rewriter output to the server log.
DEBUG_PRETTY_PRINT selects
are nicer but longer output format.

The order of the lists do not seem to match.

BTW can I send to the bugs list w/o subscribing? I'm not sure so I'm
sending to general.

--
Joseph Shraibman
jks(at)selectacast(dot)net
Increase signal to noise ratio. http://www.targabot.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joseph Shraibman 2001-05-01 02:01:00 fsync on 7.1
Previous Message Eugene Lee 2001-04-30 23:27:33 TRUNCATE and INDEXes