Contents
xml2
A deprecated contrib module providing XPath querying and XSLT functionality
This entry relates to a PostgreSQL feature which is deprecated and may be desupported in future releases.
xml2
is a deprecated contrib module providing XPath querying and XSLT functionality.
xml2
was added in PostgreSQL 8.0.
Since the addition of XML-related functionality based on the SQL/XML standard in the core server in PostgreSQL 8.3, xml2
has been marked as deprecated, but as of PostgreSQL 14 is still provided as a contrib module.
Change history
- PostgreSQL 15
- function
xml_is_well_formed()
removed (commit fd2abeb7)
- function
- PostgreSQL 8.3
- marked as deprecated (commit 4e3cb9ca)
- PostgreSQL 8.0
- added (commit 31f4b59a)
References
- PostgreSQL documentation xml2
Categories
See also
XML