Re: xmlconcat (was 9.0 release notes done)
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Bruce Momjian <bruce@momjian.us>, Robert Haas <robertmhaas@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-03-24T22:08:20Z
Lists: pgsql-hackers
Attachments
- xmlconcat.patch (text/x-patch) patch
Peter Eisentraut wrote: > Our version of SQL/XML support references SQL:2003 which references XML > 1.0, where omitting the XMLDecl is legal. You can't omit the XMLDecl in > XML 1.1, because you need it to communicate the fact that it's version > 1.1. > > > Hmm. OK. Well here is a patch that tries to fix the xmlconcat error, anyway. It seems to work, but maybe could stand a little tightening. cheers andrew