Re: Problems with infinity

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oliver Siegmar <o(dot)siegmar(at)vitrado(dot)de>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problems with infinity
Date: 2005-01-14 08:05:26
Message-ID: Pine.BSO.4.56.0501140257030.24417@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 14 Jan 2005, Oliver Siegmar wrote:

> Well, I'd set Long.MIN_VALUE / Long.MAX_VALUE to the Timestamp - the pgsql
> driver could simply convert this to '-infinity' / 'infinity' strings, not?
> This could be done for both directions.
>

Ahh, of course! The pg timestamp range is completely irrelevent to this
discussion because we are using infinity. That does sound workable. I'll
put it on the todo, but I personally don't think it's very high priority.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Siegmar 2005-01-14 12:05:30 Re: Problems with infinity
Previous Message Kris Jurka 2005-01-14 07:56:59 Re: Problems with infinity