Re: simple explain output.

Поиск
Список
Период
Сортировка
От Andreas Seltenreich
Тема Re: simple explain output.
Дата
Msg-id 87oe12nwaj.fsf@gate450.dyndns.org
обсуждение исходный текст
Ответ на simple explain output.  (Chris <dmagick@gmail.com>)
Список pgsql-general
Chris writes:

> At the moment the explain output can get complicated to parse and
> process, so I'm trying to think of another approach to use.
>
> Any suggestions are welcome :)

I think the solution is using debug_print_plan (a guc variable).
You can use it to get machine-readable plans in the logs and/or
via a client connection depending on the client_min_messages and
log_min_messages setting.

regards,
Andreas
--

В списке pgsql-general по дате отправления:

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: How do I use the backend APIs
Следующее
От: Frank Church
Дата:
Сообщение: What is the syntax for setting a default date in PostgreSQL?