Re: Add XMLNamespaces to XMLElement

From: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Umar Hayat <postgresql(dot)wizard(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add XMLNamespaces to XMLElement
Date: 2025-02-20 11:20:29
Message-ID: d37c2385-07d0-4fb5-8d7a-8a1620b55ded@uni-muenster.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I've attached v6, which addresses two issues:

* Fixes a bug where XMLNAMESPACES declarations within a view were being
serialized as XMLATTRIBUTES.
* Prevents the makeString function from being called with a NULL
parameter - discussed in this thread [1].

Best regards, Jim

[1]
https://www.postgresql.org/message-id/CAFj8pRC24FEBNfTUrDgAK8f2nqDVvzWCuq%3DR%3DT19nUjL9GuLBA%40mail.gmail.com

Attachment Content-Type Size
v6-0001-Add-XMLNamespaces-option-to-XMLElement.patch text/x-patch 69.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2025-02-20 11:22:56 Re: Commitfest app release on Feb 17 with many improvements
Previous Message Dmitry Koval 2025-02-20 11:13:53 Assert when executing query on partitioned table