Re: Parsing output of EXPLAIN command in PostgreSQL

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Parsing output of EXPLAIN command in PostgreSQL
Date: 2011-11-10 22:47:27
Message-ID: 4EBC547F.2030300@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2011-11-10 23:42, Andreas Karlsson wrote:
> Hi,
>
> I recommend using the XML, JSON or YAML version of the plan, whichever
> is easiest in your programming language to parse. I do not think anyone
> has written a formal schema yet for the XML but it still should be much
> easier to parse than rolling your own parser for the human readable format.
>
> But if you insist on parsing the human readable format, e.g. to support
> versions before 9.1, I recommend that you take a look at
> http://explain.depesz.com/ which supports parsing text plans in addition
> to XML and JSON. The site is open source and written in Perl.
>
> The source code can be found at:
>
> https://github.com/depesz/Pg--Explain

Sorry, I did not see the other thread about the same thing. Let's keep
all discussion there.

--
Andreas Karlsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-11-10 22:48:06 Re: LOCK_DEBUG is busted
Previous Message Tom Lane 2011-11-10 22:45:10 Re: Disable OpenSSL compression