Hacker News new | ask | show | jobs
by snthpy 106 days ago
Still no support for range types though, which is a pity as that continues to block me from porting most of my Postgres workloads.

date_ranges are so great, you'll wonder how you ever did without them.

1: https://www.postgresql.org/docs/current/rangetypes.html

2: https://github.com/duckdb/duckdb/discussions/6077

2 comments

I forgot no say that I really hope they make it into the 2.0 release later in the year.
Once again, I cry for what I don't have in SQL Server. Range types look cool!
Another thing you are apparently missing is deterministic ordering for tied elements:

https://modern-sql.com/blog/2026-03/order-equivalence-over-c...