pgsql: Allow XML fragment to contain a XML declaration.

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow XML fragment to contain a XML declaration.
Date: 2007-01-07 00:13:55
Message-ID: 20070107001355.785519FB1CA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow XML fragment to contain a XML declaration. For that, we need a small
hand-crafted parser for the XML declaration, because libxml doesn't seem
to allow this.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
xml.c (r1.11 -> r1.12)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.diff?r1=1.11&r2=1.12)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-01-07 01:56:24 pgsql: Fix oversight in handling of row-comparison index keys: if the
Previous Message Bruce Momjian 2007-01-06 22:55:09 pgsql: Remove: < * %Allow the identifier length to be increased via a