Re: Add XMLNamespaces to XMLElement - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Add XMLNamespaces to XMLElement
Date
Msg-id CAFj8pRDX+mZ2j3UByQS8Y4=AeGCiACxx=2xGNG13Orx3AqFhjA@mail.gmail.com
Whole thread Raw
In response to Re: Add XMLNamespaces to XMLElement  (Umar Hayat <postgresql.wizard@gmail.com>)
List pgsql-hackers


po 27. 1. 2025 v 14:57 odesílatel Umar Hayat <postgresql.wizard@gmail.com> napsal:
Pavel and Jim,
If that's the case, it looks good to me.
Just wanted to highlight potential issues and implementation
differences compared to other databases.

It is correct.

Every Time there will be some differences  - DB2 has an absolutely different stack for XML processing, Oracle has handy written parser, and allows some syntaxes that Postgres does not, but for some cases it is unfriendly, strict and restrictive.

And we are searching for some good compromise - between consistency with self, consistency with standard, and good usability and good portability.

Regards

Pavel


Regards
Umar Hayat

pgsql-hackers by date:

Previous
From: Matthias van de Meent
Date:
Subject: Re: further #include cleanup (IWYU)
Next
From: Nazir Bilal Yavuz
Date:
Subject: Re: Show WAL write and fsync stats in pg_stat_io