From: | Christopher Barham <cbarham(at)digitalriver(dot)com> |
---|---|
To: | "pgsql-docs(at)postgresql(dot)org" <pgsql-docs(at)postgresql(dot)org> |
Subject: | JDBC documentation - issue report |
Date: | 2014-08-18 13:18:35 |
Message-ID: | 9c3f9281b1e34a7485bd54144bad6068@BL2PR08MB387.namprd08.prod.outlook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-jdbc |
Hi,
Just spotted a possible issue in the Documentation around loading the JDBC driver. This page documents how: http://jdbc.postgresql.org/documentation/93/load.html
However, as of JDK6/JDBC 4.0, it should not be necessary to use the
Class.forName("org.postgresql.Driver");
method to load the JDBC driver as they are automatically loaded - see Javadoc here
http://docs.oracle.com/javase/8/docs/api/java/sql/DriverManager.html
Cheers,
Chris
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2014-08-18 17:12:01 | Re: Sample archive_command is still problematic |
Previous Message | Magnus Hagander | 2014-08-17 19:51:57 | Re: Sample archive_command is still problematic |
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2014-08-18 17:12:49 | Re: [DOCS] JDBC documentation - issue report |
Previous Message | Dave Cramer | 2014-08-18 12:29:54 | Re: java.sql.Statement.isClosed() throws an SQLException if the statement is closed |