Re: machine-readable explain output v4

Поиск
Список
Период
Сортировка
От Stefan Kaltenbrunner
Тема Re: machine-readable explain output v4
Дата
Msg-id 4A7FB9A4.207@kaltenbrunner.cc
обсуждение исходный текст
Ответ на Re: machine-readable explain output v4  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> I takle it back. It's still there at 
>> <http://archives.postgresql.org/pgsql-hackers/2009-08/msg00485.php> 
>> posted 3 days ago.
> 
> Hmm, I think the archive website must be mangling that somehow.
> What I have in the code I'm reviewing is
> 
>     if (es.format == EXPLAIN_FORMAT_XML)
>         appendStringInfoString(es.str,
>             "<explain xmlns=\"http://www.postgresql.org/2009/explain\">\n");
> 
> I was planning to complain about the format of this URL --- shouldn't it
> be more like http://www.postgresql.org/explain/v1 ? --- but there's
> no semicolon.

that url seems too general anyway - can we do something like 
http://www.postgresql.org/schema/explain/v1 or 
http://www.postgresql.org/xml/2009/explain/?


Stefan


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Patch for 8.5, transformationHook
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Patch for 8.5, transformationHook