diff --git a/doc/src/sgml/jdbc.sgml b/doc/src/sgml/jdbc.sgml index 46677410b8..528043fb6d 100644 --- 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