projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aabd677
)
Change jdbc docs from postgresql.Driver to org.postgresql.Driver.
author
Bruce Momjian
Mon, 16 Oct 2000 02:20:58 +0000
(
02:20
+0000)
committer
Bruce Momjian
Mon, 16 Oct 2000 02:20:58 +0000
(
02:20
+0000)
doc/src/sgml/jdbc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/jdbc.sgml
b/doc/src/sgml/jdbc.sgml
index 46677410b822bff941b7d2a514c9019e2822806a..528043fb6d3d746fe1047c0f22aeb602aa4e8581 100644
(file)
--- a/
doc/src/sgml/jdbc.sgml
+++ b/
doc/src/sgml/jdbc.sgml
@@
-1,5
+1,5
@@
@@
-172,7
+172,7
@@
import java.sql.*;
For
Postgres
, you would use:
-Class.forName("postgresql.Driver");
+Class.forName("
org.
postgresql.Driver");
This will load the driver, and while loading, the driver will automatically