We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabd677 commit ba8f55eCopy full SHA for ba8f55e
doc/src/sgml/jdbc.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<chapter id="jdbc">
@@ -172,7 +172,7 @@ import java.sql.*;
172
For <application>Postgres</application>, you would use:
173
174
<programlisting>
175
-Class.forName("postgresql.Driver");
+Class.forName("org.postgresql.Driver");
176
</programlisting>
177
178
This will load the driver, and while loading, the driver will automatically
0 commit comments