1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix java driver example.

This commit is contained in:
Bruce Momjian
2000-10-27 22:28:23 +00:00
parent 26d008c62f
commit 81024e7d80

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.14 2000/10/16 02:20:58 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.15 2000/10/27 22:28:23 momjian Exp $
--> -->
<chapter id="jdbc"> <chapter id="jdbc">
@ -197,7 +197,7 @@ Class.forName("org.postgresql.Driver");
using the -D argument. Example: using the -D argument. Example:
<programlisting> <programlisting>
% java -Djdbc.drivers=postgresql.Driver example.ImageViewer % java -Djdbc.drivers=org.postgresql.Driver example.ImageViewer
</programlisting> </programlisting>
In this example, the JVM will attempt to load the driver as part of it's In this example, the JVM will attempt to load the driver as part of it's