Re: JDBC Documentation - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: JDBC Documentation
Date
Msg-id 200011092044.PAA11808@candle.pha.pa.us
Whole thread Raw
In response to JDBC Documentation  (Christopher Farley <chris@northernbrewer.com>)
List 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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-docs by date:

Previous
From: Christopher Farley
Date:
Subject: JDBC Documentation
Next
From: Roland Roberts
Date:
Subject: Re: I hava a problem in postgresql!