Rename xml_valid() to xml_is_well_formed(), but provide a temporary

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1246d797e4b21e5bf4267e8b663057b92258b728
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-09-16T16:18:11Z
Releases: 8.2.0
Rename xml_valid() to xml_is_well_formed(), but provide a temporary
alias with the old name for backwards compatibility.  Per discussion,
the old name is actively wrong because validity and well-formedness
have different meanings in XML.

Files

PathChange+/−
contrib/xml2/pgxml.sql.in modified +5 −1
contrib/xml2/README.xml2 modified +10 −3
contrib/xml2/uninstall_pgxml.sql modified +3 −0
contrib/xml2/xpath.c modified +4 −4
doc/src/sgml/datatype.sgml modified +3 −3