Re: XML/XPath issues: text/CDATA in XMLTABLE, XPath evaluated with wrong context
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Markus Winand <markus.winand@winand.at>
Cc: pgsql-hackers@postgresql.org, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Pavel Stehule <pavel.stehule@gmail.com>
Date: 2018-03-27T14:26:03Z
Lists: pgsql-hackers
Markus Winand wrote: Hi Markus, > 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. Thanks for these. I'll have a look at them after the commitfest is over. In the meantime, if Peter or Pavel have comments, it'd be good to hear them. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()
- 251cf2e27bec 12.0 cited
-
Set correct context for XPath evaluation
- e474c2b7e4b6 11.0 landed
-
Accept TEXT and CDATA nodes in XMLTABLE's column_expression.
- e10bc161f9a6 10.5 landed
- b7f0be9a7e7e 11.0 landed