Re: Interval support for Postgres

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: Interval support for Postgres
Date: 2005-04-30 09:59:58
Message-ID: Pine.BSO.4.56.0504300453540.29873@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sat, 30 Apr 2005, Oliver Siegmar wrote:

> I understand. Well, it depends a lot on when 8.1 driver will be released as a
> stable version (or how stable prereleases are for productional use). If a 8.1
> JDBC-Driver release is planned for mid-2005, I'm okay. Otherwise it would be
> imho a too long time to work with prereleases to get interval support.

The JDBC driver follows the server release schedule, which is roughly
yearly. 8.0 was released 1/2005 so a good guess at 8.1 is 1/2006. As you
well know it is an open source project, so people who need just interval
support in 8.0 can backpatch just that code. I think I can recall only
one other person in the past two years or so asking about extracting
interval fields in java, so I don't see this as a must have feature.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nico 2005-05-01 17:24:06 executeQuery returns postgresql.stat.result
Previous Message Oliver Siegmar 2005-04-30 08:43:04 Re: Interval support for Postgres