Re: [DOCS] JDBC documentation - issue report

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Christopher Barham <cbarham(at)digitalriver(dot)com>, "pgsql-docs(at)postgresql(dot)org" <pgsql-docs(at)postgresql(dot)org>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [DOCS] JDBC documentation - issue report
Date: 2014-08-18 17:12:49
Message-ID: 53F23411.303@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-jdbc

Forwarding this to pgsql-jdbc mailing list.

On 08/18/2014 06:18 AM, Christopher Barham wrote:
> 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
>
>
>

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Magnus Hagander 2014-08-18 17:13:34 Re: Sample archive_command is still problematic
Previous Message Josh Berkus 2014-08-18 17:12:01 Re: Sample archive_command is still problematic

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Ringer 2014-08-19 01:42:30 Re: [ODBC] BIRT report opening multiple connections
Previous Message Christopher Barham 2014-08-18 13:18:35 JDBC documentation - issue report