> <!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
PostgreSQL Training, Services and Support
--
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches
No comments:
Post a Comment