Doc error concerning JDBC driver loading in programmer guide

From: Philippe NAEL <p(dot)nael(at)webedisoft(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Doc error concerning JDBC driver loading in programmer guide
Date: 2001-04-13 08:58:53
Message-ID: 20010413105853.70f2ac70.p.nael@webedisoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs


Hello,

I think there is a error in the Programmer guide concerning the JDBC driver loading in chapter 23.
In the part "Loading the driver", it says that you load the driver by using the class "postgresql.Driver".
It fails at run time since the real class name is "org.postgresql.Driver" in the JDBC driver package postgresql.jar
Cheers
Philippe NAEL

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tony Grant 2001-04-13 14:19:15 Re: [GENERAL] Re: ongoing holy grail thread - VICTORY!!!
Previous Message Mark Butler 2001-04-12 22:45:22 Re: Undocumented FLOAT data type