Re: [HACKERS] JDBC driver debug out?

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: [HACKERS] JDBC driver debug out?
Date: 2015-10-23 23:49:16
Message-ID: CADK3HHL8_8JnfPuO=AGBCsbogEUyV-v3B36EaTet9F89POhUEg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Tatsuo,

Can you confirm it is fixed in this snapshot
https://oss.sonatype.org/content/repositories/snapshots/org/postgresql/postgresql/9.4-1204-jdbc42-SNAPSHOT/

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 23 October 2015 at 19:00, Dave Cramer <pg(at)fastcrypt(dot)com> wrote:

> Tatsuo,
>
> posting to jdbc list
>
> Dave Cramer
>
> davec(at)postgresintl(dot)com
> www.postgresintl.com
>
> On 23 October 2015 at 18:28, Tatsuo Ishii <ishii(at)postgresql(dot)org> wrote:
>
>> It seems
>> org.postgresql.Driver.setLogLevel(org.postgresql.Driver.DEBUG) does
>> not work anymore in the newer JDBC driver.
>>
>> As far as I know, postgresql-9.2-1003.jdbc4.jar or
>> postgresql-9.3-1104.jdbc41.jar work fine and produce following output
>> for example:
>>
>> 16:36:36.459 (1) PostgreSQL 9.3 JDBC4.1 (build 1104)
>> 16:36:36.464 (1) Trying to establish a protocol version 3 connection to
>> localhost:11000
>> 16:36:36.481 (1) Receive Buffer Size is 530904
>> 16:36:36.481 (1) Send Buffer Size is 1313280
>> 16:36:36.481 (1) FE=> StartupPacket(user=t-ishii, database=test,
>> client_encoding=UTF8, DateStyle=ISO, TimeZone=Asia/Tokyo,
>> extra_float_digits=2)
>> 16:36:36.487 (1)<=BE AuthenticationOk
>>
>> However postgresql-9.4-1204.jdbc41.jar shows nothing.
>>
>> Best regards,
>> --
>> Tatsuo Ishii
>> SRA OSS, Inc. Japan
>> English: http://www.sraoss.co.jp/index_en.php
>> Japanese:http://www.sraoss.co.jp
>>
>>
>> --
>> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-hackers
>>
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Janes 2015-10-24 00:11:32 Re: 9.5Beta1 psql wrapped format expanded output
Previous Message Dave Cramer 2015-10-23 23:00:24 Re: JDBC driver debug out?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tatsuo Ishii 2015-10-24 01:31:02 Re: [HACKERS] JDBC driver debug out?
Previous Message Dave Cramer 2015-10-23 23:00:24 Re: JDBC driver debug out?