Re: explain analyze of PG server level

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: explain analyze of PG server level
Дата
Msg-id 1111771537.5025.27.camel@jd2.commandprompt.com
обсуждение исходный текст
Ответ на explain analyze of PG server level  ("Lee Wu" <Lwu@mxlogic.com>)
Список 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 по дате отправления:

Предыдущее
От: "Lee Wu"
Дата:
Сообщение: explain analyze of PG server level
Следующее
От: "Lee Wu"
Дата:
Сообщение: Re: explain analyze of PG server level