Re: [PATCH] Add XMLText function (SQL/XML X038)
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Jim Jones <jim.jones@uni-muenster.de>
Cc: Vik Fearing <vik@postgresfriends.org>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-11-03T15:30:17Z
Lists: pgsql-hackers
Attachments
- v5-0001-Add-XMLText-function-SQL-XML-X038.patch (application/octet-stream) patch v5-0001
- v5-0002-doc-Add-a-note-about-not-supporting-XML-SEQUENCE.patch (application/octet-stream) patch v5-0002
> On 25 Aug 2023, at 17:40, Jim Jones <jim.jones@uni-muenster.de> wrote: > On 25.08.23 16:49, Vik Fearing wrote: >> 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. I had a look at v4 of this patch and apart from pgindenting and moving the function within xml.c next to xmlcomment() I think this is ready. Just like Vik says upthread we can't really claim X038 conformance without a disclaimer, so I've added a 0002 which adds this to the XML spec conformance page in the docs. The attached v5 contains the above mentioned changes. I've marked this ready for committer in the CF app as well. -- Daniel Gustafsson
Commits
-
Add XMLText function (SQL/XML X038)
- 526fe0d79914 17.0 landed