Re: RE: Todo/missing? (was Re: [ADMIN] High memory usage [PATCH])

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Dave Cramer <Dave(at)micro-automation(dot)net>
Cc: "'Barry Lind'" <barry(at)xythos(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: RE: Todo/missing? (was Re: [ADMIN] High memory usage [PATCH])
Date: 2001-07-01 11:17:00
Message-ID: Pine.LNX.4.30.0107011315010.1674-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-jdbc pgsql-patches

Dave Cramer writes:

> The getXXXFunctions aren't implemented
> Some of the other functions are correct for version 7.1 but not for
> previous versions. Ie. The row length, etc. I think the driver should
> get the version and determine what is correct for each version.

Indeed. Btw., why are there different DatabaseMetaData classes for jdbc1
and jdbc2? The jdbc2 extensions shouldn't hurt when present in jdbc1, and
this way we'd have a better chance of keeping jdbc1 alive (if we cared to
do so).

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Trond Eivind =?iso-8859-1?q?Glomsr=F8d?= 2001-07-01 14:19:03 Re: A small question about Red Hat
Previous Message John Clark Naldoza y Lopez 2001-07-01 06:42:27 Re: A small question about Red Hat

Browse pgsql-jdbc by date

  From Date Subject
Next Message Konstantinos Agouros 2001-07-01 11:31:21 How to pack postgresql.jar for an applet
Previous Message Barry Lind 2001-07-01 01:19:16 Re: [INTERFACES] New code for JDBC driver

Browse pgsql-patches by date

  From Date Subject
Next Message Anders Bengtsson 2001-07-01 15:04:17 Patch for dead code in JDBC PG_Stream
Previous Message Barry Lind 2001-07-01 00:25:13 Patch to set timezone once instead of every call