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

From: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Add XMLText function (SQL/XML X038)
Date: 2023-08-25 08:27:08
Message-ID: 7642ed01-2359-ec2e-d09e-40d9aa41747e@uni-muenster.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 25.03.23 13:25, I wrote:
> I just realized that I forgot to add a few examples to my last message :D
>
> postgres=# SELECT xmltext('foo ´/[({bar?})]\`');
>       xmltext
> --------------------
>  foo ´/[({bar?})]\`
> (1 row)
>
> postgres=# SELECT xmltext('foo & <bar>');
>         xmltext
> -----------------------
>  foo &amp; &lt;bar&gt;
> (1 row)
>
It seems that an encoding issue appears in the regression tests on
Debian + Meson, 32 bit.

´ > ´
° > °

v2 attached updates the regression tests to fix it.

Jim

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2023-08-25 08:43:47 Re: [PoC] pg_upgrade: allow to upgrade publisher node
Previous Message Yuya Watari 2023-08-25 07:39:16 Re: [PoC] Reducing planning time when tables have many partitions