Re: JDBC driver returns different version strings on Ubuntu and CentOS

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC driver returns different version strings on Ubuntu and CentOS
Date: 2018-02-20 09:45:52
Message-ID: CAB=Je-FyTxYOaB+=KHtGeYuNkkQMsAoDfZJuHB_dbcT8WERTSg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

>I am just wondering...

It should be the value as is:
https://github.com/pgjdbc/pgjdbc/blob/45c32bc6af2e140ff86dabd718344c74fc244394/pgjdbc/src/main/java/org/postgresql/core/v3/QueryExecutorImpl.java#L2637

Would you capture a connection trace? I mean
loggerLevel=TRACE&loggerFile=pgjdbc-trace.log
It would contain actual values that the server sends to the client in the
handshake packets.

Vladimir

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2018-02-21 07:40:08 Re: JDBC driver returns different version strings on Ubuntu and CentOS
Previous Message Thomas Kellerer 2018-02-20 07:46:14 Re: JDBC driver returns different version strings on Ubuntu and CentOS