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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy