Re: machine-readable explain output v4

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: machine-readable explain output v4
Дата
Msg-id 10062.1250085670@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: machine-readable explain output v4  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: machine-readable explain output v4  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Another design issue is this: The root node of an XML document is 
> ideally a distinguished element that can't occur within itself. 
> auto-explain doesn't seem to be doing this.

Huh?  I get (for "explain 2+2")
<explain xmlns="http://www.postgresql.org/2009/explain">  <Query>    <Plan>      <Node-Type>Result</Node-Type>
<Startup-Cost>0.00</Startup-Cost>     <Total-Cost>0.01</Total-Cost>      <Plan-Rows>1</Plan-Rows>
<Plan-Width>0</Plan-Width>   </Plan>  </Query></explain>
 

        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: pgindent timing (was Re: [COMMITTERS] pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY)
Следующее
От: Cédric Villemain
Дата:
Сообщение: expanding our usage of POSIX_FADVISE