diff --git a/doc/pgjdbc.xml b/doc/pgjdbc.xml index a13d320..6343025 100644 --- a/doc/pgjdbc.xml +++ b/doc/pgjdbc.xml @@ -216,8 +216,16 @@ import java.sql.*; Loading the Driver + + + Starting from Java 6.0 it is enough to add the postgresql driver to the class path + because the PostgreSQL JDBC + driver supports the new auto-loading feature. You can safely ignore rest of the section. + + + - Before you can connect to a database, you need to load the + In Java 5.0 or older, before you can connect to a database, you need to load the driver. There are two methods available, and it depends on your code which is the best one to use.