[PATCH] Add XMLText function (SQL/XML X038) - Mailing list pgsql-hackers

From Jim Jones
Subject [PATCH] Add XMLText function (SQL/XML X038)
Date
Msg-id 86617a66-ec95-581f-8d54-08059cca8885@uni-muenster.de
Whole thread Raw
Responses Re: [PATCH] Add XMLText function (SQL/XML X038)  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: [PATCH] Add XMLText function (SQL/XML X038)  (Vik Fearing <vik@postgresfriends.org>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: marekmosiewicz@gmail.com
Date:
Subject: Re: Disable vacuuming to provide data history
Next
From: Pavel Stehule
Date:
Subject: Re: [PATCH] Add XMLText function (SQL/XML X038)