Re: Explain XML patch v2 - Mailing list pgsql-patches

From Simon Riggs
Subject Re: Explain XML patch v2
Date
Msg-id 1215251435.4051.274.camel@ebony.site
Whole thread Raw
In response to Re: Explain XML patch v2  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-patches
On Fri, 2008-07-04 at 17:20 +0100, Simon Riggs wrote:
> <!ELEMENT plan (estimate, runtime?)>

Sorry, I noticed a few typos in my sample DTD.

<!ELEMENT plan (node+)> with some additional elements for stats

and the attlist below was for the <node> not <plan> element

<!ATTLIST node
        nodetype CDATA     #REQUIRED>


--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support


pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Explain XML patch v2
Next
From: Simon Riggs
Date:
Subject: Bug fix for pg_standby keepfiles calculation