Re: Pb with Spring & Metadat

From: Kris Jurka <books(at)ejurka(dot)com>
To: Markus Schaber <schabi(at)logix-tt(dot)com>
Cc: TNO <tnodev(at)free(dot)fr>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Pb with Spring & Metadat
Date: 2006-02-13 14:46:58
Message-ID: Pine.BSO.4.63.0602130945250.23516@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Markus Schaber 2006-02-13 14:53:45 Re: Pb with Spring & Metadat
Previous Message Markus Schaber 2006-02-13 11:42:58 Re: Pb with Spring & Metadat