Rename xml_valid() to xml_is_well_formed(), but provide a temporary
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |