JDBC documentation - issue report - Mailing list pgsql-docs

From Christopher Barham
Subject JDBC documentation - issue report
Date
Msg-id 9c3f9281b1e34a7485bd54144bad6068@BL2PR08MB387.namprd08.prod.outlook.com
Whole thread Raw
List pgsql-docs

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

 

pgsql-docs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Sample archive_command is still problematic
Next
From: Josh Berkus
Date:
Subject: Re: Sample archive_command is still problematic