Re: [PATCH] Add XMLText function (SQL/XML X038)
Vik Fearing <vik@postgresfriends.org>
From: Vik Fearing <vik@postgresfriends.org>
To: Jim Jones <jim.jones@uni-muenster.de>, Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-11-03T18:05:22Z
Lists: pgsql-hackers
On 11/3/23 17:14, Jim Jones wrote:
> Hi Daniel, hi Vik,
>
> Thanks a lot for the review!
>
> On 03.11.23 16:45, Vik Fearing wrote:
>> We should put a short version of the disclaimer in sql_features.txt as
>> well.
> You mean to add a disclaimer in the X038 entry? Something along these
> lines perhaps?
>
> X038 XMLText YES It does not address the <literal><XML
> returning clause></literal>, as it is not supported in
> <productname>PostgreSQL</productname>.
I was thinking of something much shorter than that. Such as
X038 XMLText YES supported except for RETURNING
--
Vik Fearing
Commits
-
Add XMLText function (SQL/XML X038)
- 526fe0d79914 17.0 landed