Re: [PATCH] Add XMLText function (SQL/XML X038)
От | Jim Jones |
---|---|
Тема | Re: [PATCH] Add XMLText function (SQL/XML X038) |
Дата | |
Msg-id | 524d15f3-b16c-dba0-2b76-cb66d09430f2@uni-muenster.de обсуждение исходный текст |
Ответ на | Re: [PATCH] Add XMLText function (SQL/XML X038) (Pavel Stehule <pavel.stehule@gmail.com>) |
Ответы |
Re: [PATCH] Add XMLText function (SQL/XML X038)
|
Список | pgsql-hackers |
On 25.03.23 12:53, Pavel Stehule wrote:
so 25. 3. 2023 v 12:49 odesílatel Jim Jones <jim.jones@uni-muenster.de> napsal: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?+1Pavel
Thanks!
I just realized that I forgot to add a few examples to my last message :D
postgres=# SELECT xmltext('foo ´/[({bar?})]\`');
xmltext
--------------------
foo ´/[({bar?})]\`
(1 row)
postgres=# SELECT xmltext('foo & <bar>');
xmltext
-----------------------
foo & <bar>
(1 row)
В списке pgsql-hackers по дате отправления: