]> granicus.if.org Git - postgresql/commit
Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Aug 2010 18:36:26 +0000 (18:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Aug 2010 18:36:26 +0000 (18:36 +0000)
commita0b7b717a4324f573d3a7651a06037557066eb77
treebf6bcc7d519ed9289bc0eaaf9ac1aa00ce3b2e61
parent2a7349f030a4dca61f188b7a7f02a51c6877e621
Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content
functions to the core XML code.  Per discussion, the former depends on
XMLOPTION while the others do not.  These supersede a version previously
offered by contrib/xml2.

Mike Fowler, reviewed by Pavel Stehule
contrib/xml2/pgxml.sql.in
contrib/xml2/uninstall_pgxml.sql
contrib/xml2/xpath.c
doc/src/sgml/func.sgml
src/backend/utils/adt/xml.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/utils/xml.h
src/test/regress/expected/xml.out
src/test/regress/expected/xml_1.out
src/test/regress/sql/xml.sql