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

From Peter Eisentraut
Subject Re: machine-readable explain output
Date
Msg-id 200906140748.12256.peter_e@gmx.net
Whole thread Raw
In response to Re: machine-readable explain output  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Saturday 13 June 2009 22:01:43 Robert Haas wrote:
> > * Instead of <pgexplain>, use <explain> with an XML namespace
> > declaration.
>
> Could you specify this a bit further, like write out exactly what you
> want it to look like?  My XML-fu is not very strong.

Just replace your <pgexplain> by

<explain xmlns="http://www.postgresql.org/2009/explain">

The actual URI doesn't matter, as long as it is distinguishing.  The value I 
chose here follows conventions used by W3C.



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: machine-readable explain output
Next
From: Peter Eisentraut
Date:
Subject: Re: machine-readable explain output