Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ba8f55e

Browse files
committed
Change jdbc docs from postgresql.Driver to org.postgresql.Driver.
1 parent aabd677 commit ba8f55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/jdbc.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.13 2000/09/29 20:21:34 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.14 2000/10/16 02:20:58 momjian Exp $
33
-->
44

55
<chapter id="jdbc">
@@ -172,7 +172,7 @@ import java.sql.*;
172172
For <application>Postgres</application>, you would use:
173173

174174
<programlisting>
175-
Class.forName("postgresql.Driver");
175+
Class.forName("org.postgresql.Driver");
176176
</programlisting>
177177

178178
This will load the driver, and while loading, the driver will automatically

0 commit comments

Comments
 (0)