Re: [ADMIN] JDBC driver

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Gabor <gabor(at)vmunix(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] JDBC driver
Date: 1998-07-06 17:46:49
Message-ID: Pine.LNX.3.96.980706184417.856D-100000@maidast.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, 6 Jul 1998, Gabor wrote:

> Hi,
>
> One of my users needs a JDBC driver for Postgres, where do I find the
> darn thing? The machine is Intel PII 400 running FreeBSD 3.0. I went
> to the javasoft site but the only applicable driver was from OpenLink
> and wasn't for FreeBSD.

Since V6.3, its in the src/interfaces/jdbc directory. To build cd into
that directory, and type 'make' (or 'make examples' to build the driver
and the examples). You should then find the postgresql.jar file which you
can place into the CLASSPATH.

Also, as our driver is a type 4 JDBC driver, it will work on any platform
supporting the 1.1 JDK or later (I test it with 1.1.3 & 1.1.5)

ps: Don't forget to run the postmaster with the -i parameter...

--
Peter T Mount peter(at)retep(dot)org(dot)uk or petermount(at)earthling(dot)net
Main Homepage: http://www.retep.org.uk
************ Someday I may rebuild this signature completely ;-) ************
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Lorenzo Huerta 1998-07-07 19:38:54 ssh with postgres
Previous Message Ralf Berger 1998-07-06 17:25:30 Re: [ADMIN] JDBC driver