Re: duration: missing with jdbc for postgresql 8.0

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: hubert depesz lubaczewski <depesz(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: duration: missing with jdbc for postgresql 8.0
Date: 2005-06-11 10:16:32
Message-ID: 869BCD5C-8523-497B-A00E-ECC4A21D2B04@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

This is an artifact of using the v3 protocol and prepared
statements; it is a known issue.

Although, I've never heard of it not logging duration.

Dave
On 11-Jun-05, at 2:18 AM, hubert depesz lubaczewski wrote:

> hi
> i searched the archives and found one guy complaining about it in
> march. yet - we recently installed 8.0.2 and the problem is still
> there.
> we moved back to drivers for 7.4, but it looks weird - use postgresql
> 8.0, and drivers to 7.4.
> it there anybody working on this issue?
>
> if you're not familiar with the problem:
> using jdbc for postgresql 8.0 it renders postgresql not logging
> duration: lines into logs. despite the fact that i have
> log_duration = true
> log_statement = 'all'
>
> driver for 7.4 works fine.
>
> depesz
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan
> if your
> joining column's datatypes do not match
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-06-12 06:04:02 Re: New italian translation
Previous Message hubert depesz lubaczewski 2005-06-11 06:18:57 duration: missing with jdbc for postgresql 8.0