Re: Debian + PG + JDBC - Mailing list pgsql-interfaces

From Peter Mount
Subject Re: Debian + PG + JDBC
Date
Msg-id Pine.LNX.4.10.10004060639060.4338-100000@maidast.retep.org.uk
Whole thread Raw
In response to Re: Debian + PG + JDBC  (Joseph Shraibman <jks@p1.selectacast.net>)
Responses a trigger that sends an email  ("Oscar Serrano" <oserra@fondos.net>)
List pgsql-interfaces
On Wed, 5 Apr 2000, Joseph Shraibman wrote:

> Thomas Lockhart wrote:
> 
> > > Which I'm hoping to have on the central repository by this weekend.
> >
> > That will be great, and fits with the release schedule (still somewhat
> > unspecified, but certainly not in the next few days).
> >
> 
> That's the release schedule for 7.0.  We're still waiting for the latest
> 6.5.x drivers.

They will still be in there. This is because the base package is
different. ie:

The Class.forName() line changes:

6.x.x:    postgresql.Driver
7.x.x:    org.postgresql.Driver

So the source for the 6.5.3 and 7.0 drivers are actually in different
directories.

Peter

--      Peter T Mount peter@retep.org.uk     Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgresJava PDF Generator: http://www.retep.org.uk/pdf



pgsql-interfaces by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Debian + PG + JDBC
Next
From: Peter Mount
Date:
Subject: RE: JDBC: Method setBinaryStream Question