Commit ba8f55e8 authored by Bruce Momjian's avatar Bruce Momjian

Change jdbc docs from postgresql.Driver to org.postgresql.Driver.

parent aabd6778
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.13 2000/09/29 20:21:34 petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.14 2000/10/16 02:20:58 momjian Exp $
-->
<chapter id="jdbc">
......@@ -172,7 +172,7 @@ import java.sql.*;
For <application>Postgres</application>, you would use:
<programlisting>
Class.forName("postgresql.Driver");
Class.forName("org.postgresql.Driver");
</programlisting>
This will load the driver, and while loading, the driver will automatically
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment