Re: explain analyze of PG server level - Mailing list pgsql-admin

From Joshua D. Drake
Subject Re: explain analyze of PG server level
Date
Msg-id 1111771537.5025.27.camel@jd2.commandprompt.com
Whole thread Raw
In response to explain analyze of PG server level  ("Lee Wu" <Lwu@mxlogic.com>)
List pgsql-admin
On Fri, 2005-03-25 at 10:00 -0700, Lee Wu wrote:
> -->
>
> Hello,
>
>
>
> Is there a global PG server level explain analyze parameter I can turn
> on to catch
>
> all SQLs issued against PG server, like Oracle SQL_TRACE, and PG
> log_statement

Some of these options in the postgresql.conf might help you out:

#debug_print_parse = false
#debug_print_rewritten = false
#debug_print_plan = false
#debug_pretty_print = false



>
> in PG 7.3.2?
>
>
>
> Thanks,
>
>
>
>
>
>
--
Command Prompt, Inc., Your PostgreSQL solutions company. 503-667-4564
Custom programming, 24x7 support, managed services, and hosting
Open Source Authors: plPHP, pgManage, Co-Authors: plPerlNG
Reliable replication, Mammoth Replicator - http://www.commandprompt.com/


pgsql-admin by date:

Previous
From: "Lee Wu"
Date:
Subject: explain analyze of PG server level
Next
From: "Lee Wu"
Date:
Subject: Re: explain analyze of PG server level