Re: Pb with Spring & Metadat - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Pb with Spring & Metadat
Date
Msg-id Pine.BSO.4.63.0602130945250.23516@leary.csoft.net
Whole thread Raw
In response to Re: Pb with Spring & Metadat  (Markus Schaber <schabi@logix-tt.com>)
Responses Re: Pb with Spring & Metadat  (TNO <tnodev@free.fr>)
Re: Pb with Spring & Metadat  (Markus Schaber <schabi@logix-tt.com>)
List pgsql-jdbc

On Mon, 13 Feb 2006, Markus Schaber wrote:

> TNO wrote:
>> My Eclipse classpath show me 8.1 driver...
>
>            System.err.println(org.postgresql.Driver.getVersion());

or better yet,

System.err.println(org.postgresql.util.PSQLDriverVersion.main());

This will print out where it has found the driver as well as what version
it has found.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Markus Schaber
Date:
Subject: Re: Pb with Spring & Metadat
Next
From: TNO
Date:
Subject: Re: Pb with Spring & Metadat