Re: parse tree to XML format

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org, matt <nuc233(at)yahoo(dot)com>
Subject: Re: parse tree to XML format
Date: 2009-12-29 00:35:25
Message-ID: 603c8f070912281635t1a48ddf1vdcd79db6f0e18d8b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Dec 28, 2009 at 7:32 PM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> On Monday 28 December 2009 22:30:44 matt wrote:
>> Is there some way to export the postgresql query parse tree in XML format?
>>  I can not locate the API/Tool etc to do that...
> Thats more of a -general question.
>
> There is no such possibility in 8.4 - the not yet released 8.5 contains such a
> possibility.

Well, you can export the plan as XML using EXPLAIN (FORMAT XML), but
that's not the same thing as the query parse-tree.

...Robert

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2009-12-29 00:35:47 Re: Admission Control Policy
Previous Message Andres Freund 2009-12-29 00:32:40 Re: parse tree to XML format