Re: Get explain output of postgresql in Tables

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Germán Poó Caamaño <gpoo(at)ubiobio(dot)cl>
Cc: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>, mischa(at)ActiveState(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Get explain output of postgresql in Tables
Date: 2006-04-12 21:42:11
Message-ID: 20060412214211.GJ26756@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Germán Poó Caamaño escribió:

> We can get the best of both worlds.
>
> For instance, EXPLAIN and EXPLAIN ANALYZE with the usual output; but
> also EXPLAIN XML and EXPLAIN ANALYZE XML with an XML syntax to be
> used by programs.
>
> I have a patch for this behavior, but unfortunately this is not
> updated. It was made by the time that postgresql 8.0 was beta
> without any chance to get feedback (everybody were fixing bugs).
>
> The strategy was quite simple. It was implemented inside on
> explain.c; with an extra parameter. So, if any change could
> happen in the normal output of explain, it could be easier to
> update the XML one.
>
> Get it updated should not be so much hours of work. At this
> moment I do not have that time :-(

I suggest you post it to -patches. If someone is interested, he or she
can update it. (Or if you posted it back then, can you provide the link
to the archives?)

It would be nice to see the "visual explain" tool that Denis wrote --
did he finish it? Is it available somewhere? Are there any screenshots?

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2006-04-12 21:56:40 Re: Get explain output of postgresql in Tables
Previous Message Hannu Krosing 2006-04-12 21:04:18 Re: Get explain output of postgresql in Tables