Documentation Error -- JDBC

From: Patrick May <patrick(at)digitalanatomy(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Documentation Error -- JDBC
Date: 2000-10-15 23:19:14
Message-ID: 39EA3B71.737238ED@digitalanatomy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The programmers guide states that in order to load the JDBC
driver, you use the class name "postgresql.Driver"

http://www.postgresql.org/users-lounge/docs/7.0/programmer/jdbc6424.htm

This is only true if you compile the driver to use the 1.1
JDK; if you compile it to use the 1.2 jdk the class will be
"org.postgresql.Driver"

I am using postgresql 7.0.2

Thanks for the good work,
Patrick May

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Lennert Buytenhek 2000-10-16 00:55:38 eeeh... buffer leak?
Previous Message pgsql-bugs 2000-10-15 19:36:46 permission-error in tables with referential integrity