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

Поиск
Список
Период
Сортировка
От Jim Jones
Тема Re: [PATCH] Add XMLText function (SQL/XML X038)
Дата
Msg-id ef2d4f04-e285-3498-ccd8-9a37af2986d2@uni-muenster.de
обсуждение исходный текст
Ответ на Re: [PATCH] Add XMLText function (SQL/XML X038)  (Vik Fearing <vik@postgresfriends.org>)
Ответы Re: [PATCH] Add XMLText function (SQL/XML X038)  (Daniel Gustafsson <daniel@yesql.se>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: pg_stat_get_backend_subxact() and backend IDs?
Следующее
От: Chapman Flack
Дата:
Сообщение: Re: [PATCH] Add XMLText function (SQL/XML X038)