mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Change jdbc docs from postgresql.Driver to org.postgresql.Driver.
This commit is contained in:
parent
aabd677834
commit
ba8f55e8fc
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$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
|
||||
|
Loading…
Reference in New Issue
Block a user