Re: how to make infinite intervals? - Mailing list pgsql-sql

From Tom Lane
Subject Re: how to make infinite intervals?
Date
Msg-id 3496.1141412528@sss.pgh.pa.us
Whole thread Raw
In response to how to make infinite intervals?  (Tilman Baumann <tilman.baumann@collax.com>)
List pgsql-sql
Tilman Baumann <tilman.baumann@collax.com> writes:
> I see there is a isfinite(interval) function.

Looks like it's just a stub :-(


Datum
interval_finite(PG_FUNCTION_ARGS)
{PG_RETURN_BOOL(true);
}


Evidently someone planned for infinite intervals a long time ago,
but never got round to it.
        regards, tom lane


pgsql-sql by date:

Previous
From: Tilman Baumann
Date:
Subject: Re: how to make infinite intervals?
Next
From: Bryce Nesbitt
Date:
Subject: Re: Sequential scan where Index scan expected (update)