Re: machine-readable explain output - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: machine-readable explain output
Date
Msg-id 162867790906140412y5b398234r891729902d09d4f8@mail.gmail.com
Whole thread Raw
In response to Re: machine-readable explain output  (Dave Page <dpage@pgadmin.org>)
Responses Re: machine-readable explain output  (Dave Page <dpage@pgadmin.org>)
List pgsql-hackers
2009/6/14 Dave Page <dpage@pgadmin.org>:
> On 6/13/09, Bernd Helmle <mailings@oopsware.de> wrote:
>>
>>
>> --On 13. Juni 2009 15:01:43 -0400 Robert Haas <robertmhaas@gmail.com> wrote:
>>
>>>> Also, the result type of an EXPLAIN (format xml) should be type xml, not
>>>> text.
>>>
>>> Seems reasonable.  I'll see if I can figure out how to do that.
>>
>> I suppose it's okay then, that the format is not available when the server
>> isn't build with --with-libxml ?
>
> I hope not, otherwise the usefulness of the format is significantly
> reduced (to practically zero) if tools cannot rely on it being
> available and have to fall back to something else if it's not
> available.
>

I thing so using --with-libxml is good idea. Is nonsense repeat some
necessary xml code like xml escaping and similar. And almost all
distributed PostgreSQL binaries are compiled with xml support, so this
cannot do some problems. When somebody compile pg without xml support,
then he knows what he do.

regards
Pavel Stehule

> --
> Dave Page
> EnterpriseDB UK:   http://www.enterprisedb.com
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>


pgsql-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: machine-readable explain output
Next
From: Dave Page
Date:
Subject: Re: machine-readable explain output