Re: [PoC] XMLCast (SQL/XML X025)
Jim Jones <jim.jones@uni-muenster.de>
From: Jim Jones <jim.jones@uni-muenster.de>
To: Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org, Vik Fearing <vik@postgresfriends.org>
Date: 2025-05-23T10:15:10Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add missing deparsing of [NO] IDENT to XMLSERIALIZE()
- 984410b92326 18.0 cited
Attachments
- v11-0001-Add-XMLCast-function-SQL-XML-X025.patch (text/x-patch) patch v11-0001
On 22.05.25 16:02, Robert Haas wrote: > I don't have time to re-review this right now, but I encourage you to > look through the patch for other, similar places that could benefit > from a fuller explanation. And I hope somebody else shows up to > express interest in this so that your work is not wasted... Took another look at the code and added more references to the SQL/XML spec where it made sense -- hope it's not too verbose now :) v11 attached. Best regards, Jim