| From: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
|---|---|
| To: | Tom Raney <raneyt(at)cecs(dot)pdx(dot)edu> |
| Cc: | pgsql-patches(at)postgresql(dot)org, Gregory Stark <stark(at)enterprisedb(dot)com> |
| Subject: | Re: Explain XML patch v2 |
| Date: | 2008-07-05 09:50:35 |
| Message-ID: | 1215251435.4051.274.camel@ebony.site |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gregory Stark | 2008-07-05 09:58:04 | Re: PATCH: CITEXT 2.0 |
| Previous Message | Simon Riggs | 2008-07-05 09:41:18 | Re: Explain XML patch v2 |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Simon Riggs | 2008-07-05 11:50:25 | Bug fix for pg_standby keepfiles calculation |
| Previous Message | Simon Riggs | 2008-07-05 09:41:18 | Re: Explain XML patch v2 |