]
Subject: Re: [JDBC] getObject()
Hi Rene,
I am wondering if the driver I am using is outdated (the functionality I
am looking for seems to be already implemented, since Aug 24).
In fact, I see what you saw about the cache, and looking into it a bit
deeper, the cache is effectively updated (at
Hi Rene,
I am wondering if the driver I am using is outdated (the functionality I am
looking for seems to be already implemented, since Aug 24).
In fact, I see what you saw about the cache, and looking into it a bit deeper,
the cache is effectively updated (at least, on CVS HEAD).
Could anyone
Rene Pijlman wrote:
> On Fri, 21 Sep 2001 17:26:20 +0200, you wrote:
> >When looking at the traffic that is going in and out of my machine, I
> >see many (a real lot of) times the same request. Something like:
> >
> >select typname from pg_type where oid = XXX
> >
> >where XXX is a number (23, 11
On Fri, 21 Sep 2001 17:26:20 +0200, you wrote:
>When looking at the traffic that is going in and out of my machine, I
>see many (a real lot of) times the same request. Something like:
>
>select typname from pg_type where oid = XXX
>
>where XXX is a number (23, 1184, or maybe others)
>
>As I use th
Hi,
I have a very poor performance on a slow network. Because of the slow
connection... you'll say. Please read more.
When looking at the traffic that is going in and out of my machine, I
see many (a real lot of) times the same request. Something like:
select typname from pg_type where oid = XX