mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03: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">
|
<chapter id="jdbc">
|
||||||
@ -172,7 +172,7 @@ import java.sql.*;
|
|||||||
For <application>Postgres</application>, you would use:
|
For <application>Postgres</application>, you would use:
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
Class.forName("postgresql.Driver");
|
Class.forName("org.postgresql.Driver");
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
This will load the driver, and while loading, the driver will automatically
|
This will load the driver, and while loading, the driver will automatically
|
||||||
|
Loading…
x
Reference in New Issue
Block a user