Re: [JDBC] [DOCS] JDBC documentation - issue report

2014-08-20 Thread Dave Cramer
Ya, this really is an innocuous issue Dave Cramer dave.cramer(at)credativ(dot)ca http://www.credativ.ca On 20 August 2014 00:27, Craig Ringer wrote: > On 08/19/2014 01:12 AM, Josh Berkus wrote: > > Forwarding this to pgsql-jdbc mailing list. > > > > On 08/18/2014 06:18 AM, Christopher Barham

Re: [JDBC] [DOCS] JDBC documentation - issue report

2014-08-19 Thread Craig Ringer
On 08/19/2014 01:12 AM, Josh Berkus wrote: > 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.postgre

Re: [DOCS] JDBC documentation - issue report

2014-08-18 Thread Josh Berkus
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

[DOCS] JDBC documentation - issue report

2014-08-18 Thread Christopher Barham
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 JD