Re: simple explain output. - Mailing list pgsql-general

From Andreas Seltenreich
Subject Re: simple explain output.
Date
Msg-id 87oe12nwaj.fsf@gate450.dyndns.org
Whole thread Raw
In response to simple explain output.  (Chris <dmagick@gmail.com>)
List 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 by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: How do I use the backend APIs
Next
From: Frank Church
Date:
Subject: What is the syntax for setting a default date in PostgreSQL?