Re: where did debug_print_query go in 7.3??? - Mailing list pgsql-general

From Joseph Shraibman
Subject Re: where did debug_print_query go in 7.3???
Date
Msg-id aslq00$8f0$1@news.hub.org
Whole thread Raw
In response to where did debug_print_query go in 7.3???  (Joseph Shraibman <jks@selectacast.net>)
Responses Re: where did debug_print_query go in 7.3???  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
Joseph Shraibman wrote:
> How come debug_print_query isn't in 7.3??? I need that to develop my
> application.
>
Nevermind, found it. It was renamed to log_statement. May I suggest that the default
config file have more comments in it?

> Also the docs haven't been fully updated. runtime-config.html has:
>
> DEBUG_PRINT_PARSE (boolean)
> DEBUG_PRINT_REWRITTEN (boolean)
> DEBUG_PRINT_PLAN (boolean)
> DEBUG_PRETTY_PRINT (boolean)
>
>     These flags enable various debugging output to be sent to the server
> log. For each executed query, print either the query text, the resulting
>                                ^^^^^^^^^^^^
Still needs to be fixed.


pgsql-general by date:

Previous
From: Robert Treat
Date:
Subject: how to make functions multi-user safe?
Next
From: Matthew Gabeler-Lee
Date:
Subject: Re: 7.3 no longer using indexes for LIKE queries