Change jdbc docs from postgresql.Driver to org.postgresql.Driver.
authorBruce Momjian
Mon, 16 Oct 2000 02:20:58 +0000 (02:20 +0000)
committerBruce Momjian
Mon, 16 Oct 2000 02:20:58 +0000 (02:20 +0000)
doc/src/sgml/jdbc.sgml

index 46677410b822bff941b7d2a514c9019e2822806a..528043fb6d3d746fe1047c0f22aeb602aa4e8581 100644 (file)
@@ -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