Re: machine-readable explain output

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: machine-readable explain output
Date: 2009-06-14 04:48:09
Message-ID: 200906140748.12256.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2009-06-14 04:57:02 Re: machine-readable explain output
Previous Message Robert Haas 2009-06-14 04:27:19 Re: machine-readable explain output