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
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
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
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