Re: Add XMLNamespaces to XMLElement

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Umar Hayat <postgresql(dot)wizard(at)gmail(dot)com>
Cc: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add XMLNamespaces to XMLElement
Date: 2025-01-27 14:10:21
Message-ID: CAFj8pRDX+mZ2j3UByQS8Y4=AeGCiACxx=2xGNG13Orx3AqFhjA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

po 27. 1. 2025 v 14:57 odesílatel Umar Hayat <postgresql(dot)wizard(at)gmail(dot)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
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nazir Bilal Yavuz 2025-01-27 14:13:39 Re: Show WAL write and fsync stats in pg_stat_io
Previous Message Matthias van de Meent 2025-01-27 14:10:18 Re: further #include cleanup (IWYU)