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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to