Re: WIP - xmlvalidate implementation from TODO list

From: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
To: Marcos Magueta <maguetamarcos(at)gmail(dot)com>
Cc: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>, Kirill Reshke <reshkekirill(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: WIP - xmlvalidate implementation from TODO list
Date: 2026-01-23 15:43:40
Message-ID: cfd2c12a-41fb-4a8b-9b14-390e53f4c898@uni-muenster.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 23/01/2026 13:19, Jim Jones wrote:
> On 21/01/2026 21:44, Marcos Magueta wrote:
>>> Any particular reason for that? If not, take a look at other options,
>> e.g. a_expr
>> No particular reason apart from it being simpler since I didn't need to
>> invoke an execution at the cmd. Changed it now.

On second thought, is there any scenario where we'll need a_expr for "y"
at all in "CREATE XMLSCHEMA x AS y"? Isn't it always going to be a
string? I see now that my example in the previous post was somewhat
misleading (sorry for the noise).

Best, Jim

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2026-01-23 15:50:49 Re: Auto-tune shared_buffers to use available huge pages
Previous Message Ashutosh Bapat 2026-01-23 15:43:19 Re: Import Statistics in postgres_fdw before resorting to sampling.