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

From Robert Haas
Subject Re: machine-readable explain output v4
Date
Msg-id 603c8f070908120726r3b9fe62bg6b01214f02a263f4@mail.gmail.com
Whole thread Raw
In response to Re: machine-readable explain output v4  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Aug 12, 2009 at 10:01 AM, Tom Lane<tgl@sss.pgh.pa.us> wrote:
> 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>

He's talking about *auto* explain.

...Robert


pgsql-hackers by date:

Previous
From: Cédric Villemain
Date:
Subject: expanding our usage of POSIX_FADVISE
Next
From: Pierre Frédéric Caillaud
Date:
Subject: Re: COPY speedup