Thank you for your kind review!
Before I continue with the implementation, I would like to address
your concerns and discuss it further and see if it's worth carrying
on.
1) Will do!
2) The issue is the following:
```
./../../src/test/regress/pg_regress --temp-instance=./tmp_check
--inputdir=. -
On Sun, 7 Dec 2025 at 04:38, Marcos Magueta wrote:
>
> Hello!
>
> I am likely one of the few people still using XML, but I noticed XSD schema
> validation is still a TODO on postgresql, which I have some personal use
> cases for.
>
> In this patch I attempt to implement XMLVALIDATE with the alre
Hello!
I am likely one of the few people still using XML, but I noticed XSD schema
validation is still a TODO on postgresql, which I have some personal use
cases for.
In this patch I attempt to implement XMLVALIDATE with the already in use
libxml following a version I got my hands on of the SQL/X