Re: machine-readable explain output

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: machine-readable explain output
Дата
Msg-id 23306.1244932856@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: machine-readable explain output  (Bernd Helmle <mailings@oopsware.de>)
Ответы Re: machine-readable explain output  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Bernd Helmle <mailings@oopsware.de> writes:
> --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 believe we have things set up so that you can still print "xml" data
without libxml configured in.  We'd need to be sure casting to text
works too, but other than that I don't see an issue here.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bernd Helmle
Дата:
Сообщение: Re: machine-readable explain output
Следующее
От: Robert Haas
Дата:
Сообщение: Re: machine-readable explain output