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

From Tom Lane
Subject Re: machine-readable explain output v4
Date
Msg-id 3545.1249866205@sss.pgh.pa.us
Whole thread Raw
In response to Re: machine-readable explain output v4  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: machine-readable explain output v4  (Robert Haas <robertmhaas@gmail.com>)
Re: machine-readable explain output v4  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
List pgsql-hackers
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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: machine-readable explain output v4
Next
From: Robert Haas
Date:
Subject: Re: machine-readable explain output v4