Re: simple explain output.

From: Andreas Seltenreich <andreas+pg(at)gate450(dot)dyndns(dot)org>
To: Chris <dmagick(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: simple explain output.
Date: 2006-02-20 10:45:24
Message-ID: 87oe12nwaj.fsf@gate450.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
--

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Frank Church 2006-02-20 10:59:28 What is the syntax for setting a default date in PostgreSQL?
Previous Message lists 2006-02-20 10:37:49 What is the syntax for setting a default date in PostgreSQL