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

From Daniel Gustafsson
Subject Re: [PATCH] Add XMLText function (SQL/XML X038)
Date
Msg-id 5F665F1B-4FE4-48C3-90D7-3F0088FB358F@yesql.se
Whole thread Raw
In response to Re: [PATCH] Add XMLText function (SQL/XML X038)  (Jim Jones <jim.jones@uni-muenster.de>)
Responses Re: [PATCH] Add XMLText function (SQL/XML X038)
List pgsql-hackers
> 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


Attachment

pgsql-hackers by date:

Previous
From: Nikita Malakhov
Date:
Subject: Re: remaining sql/json patches
Next
From: Mark Hills
Date:
Subject: Re: Regression on pg_restore to 16.0: DOMAIN not available to SQL function