Re: Debian + PG + JDBC

Поиск
Список
Период
Сортировка
От Peter Mount
Тема Re: Debian + PG + JDBC
Дата
Msg-id Pine.LNX.4.10.10004060639060.4338-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на Re: Debian + PG + JDBC  (Joseph Shraibman <jks@p1.selectacast.net>)
Ответы a trigger that sends an email  ("Oscar Serrano" <oserra@fondos.net>)
Список 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 по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Debian + PG + JDBC
Следующее
От: Peter Mount
Дата:
Сообщение: RE: JDBC: Method setBinaryStream Question