Re: [PATCH] Add XMLText function (SQL/XML X038)
Jim Jones <jim.jones@uni-muenster.de>
From: Jim Jones <jim.jones@uni-muenster.de>
To: Vik Fearing <vik@postgresfriends.org>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-08-25T15:40:28Z
Lists: pgsql-hackers
Attachments
- v4-0001-Add-XMLText-function-SQL-XML-X038.patch (text/x-patch) patch v4-0001
On 25.08.23 16:49, Vik Fearing wrote: > > I am talking specifically about this: > > @@ -505,6 +506,10 @@ xmlcomment(PG_FUNCTION_ARGS) > appendStringInfoText(&buf, arg); > appendStringInfoString(&buf, "-->"); > > + > + > + > + > PG_RETURN_XML_P(stringinfo_to_xmltype(&buf)); > #else > NO_XML_SUPPORT(); I have no idea how xmlcomment() got changed in this patch :D nice catch! > > I do not think this should be addressed in this patch because there > are quite a lot of functions that need to handle this. v4 attached. Jim
Commits
-
Add XMLText function (SQL/XML X038)
- 526fe0d79914 17.0 landed