Re: XML/XPath issues: text/CDATA in XMLTABLE, XPath evaluated withwrong context - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: XML/XPath issues: text/CDATA in XMLTABLE, XPath evaluated withwrong context
Date
Msg-id 20180620170847.us4qhlenpbubothy@alvherre.pgsql
Whole thread Raw
In response to XML/XPath issues: text/CDATA in XMLTABLE, XPath evaluated with wrong context  (Markus Winand <markus.winand@winand.at>)
Responses Re: XML/XPath issues: text/CDATA in XMLTABLE, XPath evaluated withwrong context
List pgsql-hackers
Hi

On 2018-Mar-27, Markus Winand wrote:

> I’ve found two issues with XML/XPath integration in PostgreSQL. Two
> patches are attached. I’ve just separated them because the second one
> is an incompatible change.
> 
> * Patch 0001: Accept TEXT and CDATA nodes in XMLTABLE’s column_expression.

I pushed 0001 to REL_10_STABLE and master -- since there is no
incompatible behavior change.  (Well, there is a behavior change, but
it's pretty hard to imagine someone would be relying on the bogus old
output.)

I'll see about 0002 now -- only to master, as discussed.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Fast default stuff versus pg_upgrade
Next
From: Robert Haas
Date:
Subject: Re: PATCH: backtraces for error messages