Special cases for data types - Piiit/tpg GitHub Wiki
Not implemented features for temporal bounds ts
and te
:
- Floating-point Types:
NaN
is not allowed NULL
is not allowed- Check for
ts < te
(or is it<=
?!) - Range Types:
[ts, te)
where[)
is the only allowed range bound (=Postgres default)