pgsql: Allow XML fragment to contain a XML declaration. - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Allow XML fragment to contain a XML declaration.
Date
Msg-id 20070107001355.785519FB1CA@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Remove: < * %Allow the identifier length to be increased via a
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix oversight in handling of row-comparison index keys: if the