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
Attachment | Content-Type | Size |
---|---|---|
v6-0001-Add-XMLNamespaces-option-to-XMLElement.patch | text/x-patch | 69.0 KB |
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 |