Re: how to get JDBC driver version from command line

From: Kris Jurka <books(at)ejurka(dot)com>
To: akshunj <rickjackson001(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: how to get JDBC driver version from command line
Date: 2015-04-02 18:05:04
Message-ID: alpine.BSO.2.03.1504021403170.30631@ejurka.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Thu, 2 Apr 2015, akshunj wrote:

> Hi,
>
> Is there a way to get the JDBC driver version from the command line? I'd
> like to make the name generic for various administrative reasons.
>

java -cp postgresql.jar org.postgresql.util.PSQLDriverVersion

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message akshunj 2015-04-02 18:08:49 Re: how to get JDBC driver version from command line
Previous Message John R Pierce 2015-04-02 17:59:50 Re: how to get JDBC driver version from command line