Re: [OT] Postgresql logging problem
Re: [OT] Postgresql logging problem
- Subject: Re: [OT] Postgresql logging problem
- From: Guido Neitzer <email@hidden>
- Date: Fri, 22 Jun 2007 19:24:13 -0600
On 22.06.2007, at 18:21, Miguel Arroz wrote:
The problem is that postgresql is only logging the queries, not
the planning stuff or the time it takes to process them... am I
doing something obviously wrong?
log_min_duration_statement = 0
As far as I know there is no way of seeing the planner output in a
nice way like in "explain analyze ..." but from looking at your
config, you haven't set up anything other than statement logging:
#debug_print_parse = false
#debug_print_rewritten = true
#debug_print_plan = false
cug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden