Re: JDBC Documentation

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Farley <chris(at)northernbrewer(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: JDBC Documentation
Date: 2000-11-09 20:44:29
Message-ID: 200011092044.PAA11808@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

We have this fixed in the current docs. Thanks.

> Programmer's Guide: Chapter 23, sect "Loading the Driver" should read
>
> > Class:forName("org.postgresql.Driver");
>
> The other code line on this page also needs to be changed to
>
> > java -Djdbc.drivers=org.postgresql.Driver example.ImageViewer
>
> This is the new (7.0+) way to reference the JDBC driver.
>
> ----
> Christopher Farley
> Northern Brewer / 1150 Grand Avenue / St. Paul, MN 55105
> www.northernbrewer.com
>
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2000-11-10 02:52:03 Update of web page
Previous Message Christopher Farley 2000-11-09 19:38:36 JDBC Documentation