[PATCH] Add XMLText function (SQL/XML X038)
Jim Jones <jim.jones@uni-muenster.de>
From: Jim Jones <jim.jones@uni-muenster.de>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-03-25T11:49:33Z
Lists: pgsql-hackers
Attachments
- v1-0001-Add-XMLText-function-SQL-XML-X038.patch (text/x-patch) patch v1-0001
Hi, This small patch proposes the implementation of the standard SQL/XML function XMLText (X038). It basically converts a text parameter into an xml text node. It uses the libxml2 function xmlEncodeSpecialChars[1] to escape possible predefined entities. This patch also contains documentation and regression tests. Any thoughts? Best, Jim 1 - https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-entities.html#xmlEncodeSpecialChars
Commits
-
Add XMLText function (SQL/XML X038)
- 526fe0d79914 17.0 landed