Re: Understanding EXPLAIN ANALYZE output - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Understanding EXPLAIN ANALYZE output
Date
Msg-id 20050210230645.GE19117@svana.org
Whole thread Raw
In response to Re: Understanding EXPLAIN ANALYZE output  (Harald Fuchs <hf0722x@protecting.net>)
Responses Re: Understanding EXPLAIN ANALYZE output  (Michael Fuhr <mike@fuhr.org>)
Re: Understanding EXPLAIN ANALYZE output  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Thu, Feb 10, 2005 at 11:38:47PM +0100, Harald Fuchs wrote:
> But I think it should be the other way round:  EXPLAIN ANALYZE should
> return its output in table form, and there should be a function to
> convert that table into what EXPLAIN ANALYZE outputs now.

I've been wondering about that. A while ago the change was made from
outputting a NOTICE with the EXPLAIN output to returning a resultset.
If you could agree on what columns to return it might not be so hard
for the EXPLAIN to return full tuples...

Backward compatability is a problem though...
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Attachment

pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Understanding EXPLAIN ANALYZE output
Next
From: Michael Fuhr
Date:
Subject: Re: Understanding EXPLAIN ANALYZE output