Re: [PATCH] Add XMLText function (SQL/XML X038)

From: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
To: Vik Fearing <vik(at)postgresfriends(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Add XMLText function (SQL/XML X038)
Date: 2023-08-25 15:40:28
Message-ID: ef2d4f04-e285-3498-ccd8-9a37af2986d2@uni-muenster.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v4-0001-Add-XMLText-function-SQL-XML-X038.patch text/x-patch 8.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chapman Flack 2023-08-25 15:56:40 Re: [PATCH] Add XMLText function (SQL/XML X038)
Previous Message Nathan Bossart 2023-08-25 15:36:21 Re: pg_stat_get_backend_subxact() and backend IDs?