Re: [PATCH] Add XMLText function (SQL/XML X038)
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Chapman Flack <chap@anastigmatix.net>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Vik Fearing <vik@postgresfriends.org>, Jim Jones <jim.jones@uni-muenster.de>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-08-26T20:00:49Z
Lists: pgsql-hackers
Hi so 26. 8. 2023 v 21:23 odesílatel Chapman Flack <chap@anastigmatix.net> napsal: > On 2023-08-26 13:02, Alvaro Herrera wrote: > > Sadly, all the projects seem to have been pretty much abandoned in the > > meantime. Zorba has been dead for 9 years, xqilla for 6. Even XQC, > > the > > API they claim to implement, is dead. > > Sounds like bad news for the "XQC as integration point" proposal, > anyway. > > Saxon 11.6 came out two days ago[0], supporting XPath/XQuery 3.1 etc. > (12.3 came out last month, but 12 isn't considered the 'stable' > release yet. It's working toward XSLT/XPath/XQuery 4.0.) > Saxon can be an interesting library, but nobody knows if integration with Postgres is possible. Their C implementation is Java compiled/executed by GraalV. Regards Pavel > Regards, > -Chap > > [0] https://blog.saxonica.com/announcements/2023/08/saxon-11.6.html > > >
Commits
-
Add XMLText function (SQL/XML X038)
- 526fe0d79914 17.0 landed