Re: [PoC] XMLCast (SQL/XML X025) - Mailing list pgsql-hackers

From Jim Jones
Subject Re: [PoC] XMLCast (SQL/XML X025)
Date
Msg-id 30fec692-76d9-453b-b6c3-84d522f1564c@uni-muenster.de
Whole thread Raw
In response to Re: [PoC] XMLCast (SQL/XML X025)  (Marcos Pegoraro <marcos@f10.com.br>)
Responses Re: [PoC] XMLCast (SQL/XML X025)
List pgsql-hackers
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
Attachment

pgsql-hackers by date:

Previous
From: Mircea Cadariu
Date:
Subject: Re: Metadata and record block access stats for indexes
Next
From: Álvaro Herrera
Date:
Subject: Re: Revisiting ALTER COLUMN POSITION support