BUG #11205: Documentation - loading the JDBC driver

From: cbarham(at)pobox(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #11205: Documentation - loading the JDBC driver
Date: 2014-08-18 13:20:31
Message-ID: 20140818132031.2544.10819@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 11205
Logged by: Chris Barham
Email address: cbarham(at)pobox(dot)com
PostgreSQL version: 9.3.5
Operating system: N/A
Description:

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

Browse pgsql-bugs by date

  From Date Subject
Next Message Christian Pronovost 2014-08-18 13:39:03 Re: BUG #11178: JSONB : The NOT operator applies to the <@ operator, even after casting to ::bool
Previous Message tony.locke 2014-08-18 10:48:05 BUG #11204: Log reason for authentication failure