On Fri, 10 Nov 2023 at 11:47, ZIMANYI Esteban wrote:
>
> In MobilityDB
> https://github.com/MobilityDB/MobilityDB
> we have defined a tstzspan type which is a fixed-size equivalent of the
> tstzrange type in PostgreSQL.
>
> We have a span_union aggregate function which is the equivalent of the
>
In MobilityDB
https://github.com/MobilityDB/MobilityDB
we have defined a tstzspan type which is a fixed-size equivalent of the
tstzrange type in PostgreSQL.
We have a span_union aggregate function which is the equivalent of the
range_agg function in PostgreSQL defined as follows
CREATE FUNCTION