From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Lee Wu <Lwu(at)mxlogic(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: explain analyze of PG server level |
Date: | 2005-03-25 17:25:37 |
Message-ID: | 1111771537.5025.27.camel@jd2.commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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/
From | Date | Subject | |
---|---|---|---|
Next Message | Lee Wu | 2005-03-25 17:58:24 | Re: explain analyze of PG server level |
Previous Message | Lee Wu | 2005-03-25 17:00:01 | explain analyze of PG server level |