Re: how to make infinite intervals?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tilman Baumann <tilman(dot)baumann(at)collax(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: how to make infinite intervals?
Date: 2006-03-03 19:02:08
Message-ID: 3496.1141412528@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Tilman Baumann <tilman(dot)baumann(at)collax(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bryce Nesbitt 2006-03-03 19:35:55 Re: Sequential scan where Index scan expected (update)
Previous Message Bruce Momjian 2006-03-03 17:13:23 Re: how to make infinite intervals?