Thread: JDBC Documentation

JDBC Documentation

From
Christopher Farley
Date:
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


Re: JDBC Documentation

From
Bruce Momjian
Date:
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