Fix java driver example.

REL7_1_STABLE
Bruce Momjian 25 years ago
parent 26d008c62f
commit 81024e7d80
  1. 4
      doc/src/sgml/jdbc.sgml

@ -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

Loading…
Cancel
Save