Re: [PoC] XMLCast (SQL/XML X025)
Jim Jones <jim.jones@uni-muenster.de>
From: Jim Jones <jim.jones@uni-muenster.de>
To: Marcos Pegoraro <marcos@f10.com.br>
Cc: Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@lists.postgresql.org,
Vik Fearing <vik@postgresfriends.org>
Date: 2025-11-28T15:30:02Z
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
- v16-0001-Add-XMLCast-function-SQL-XML-X025.patch (text/x-patch) patch v16-0001
Oi Marcos, Thanks for the review. On 28/11/2025 13:04, Marcos Pegoraro wrote: > Did you forget the interval and bytea types here ? Good catch. I added "binary" to the paragraph. > Why are saying character instead of text ? I found it only on SGML part. With "character type" I meant to include text, varchar, and char, as in the docs[1]. > Are you planning to add casting INF/-INF for Date type too ? xsd:date does not support infinity. v16 attached. Best, Jim [1] https://www.postgresql.org/docs/current/datatype-character.html