Re: Re: [ADMIN] High memory usage [PATCH] - Mailing list pgsql-jdbc

From Bruce Momjian
Subject Re: Re: [ADMIN] High memory usage [PATCH]
Date
Msg-id 200106261919.f5QJJSo03998@candle.pha.pa.us
Whole thread Raw
In response to Re: [ADMIN] High memory usage [PATCH]  (Barry Lind <barry@xythos.com>)
Responses Re: Re: [ADMIN] High memory usage [PATCH]  (Gunnar Rønning <gunnar@polygnosis.com>)
List pgsql-jdbc
>
> Having said all of that, I think updateable cursors is a good feature,
> but I think the majority of the work should be done in the backend and
> not in the JDBC driver.  The added benefit of this is that then all
> front ends have access to this functionality.

Agreed.  This is a backend issue.  Updated TODO:

* JDBC
        * Comprehensive test suite. This may be available already.
        * Updateable resultSet (must be done in backend code)
        * Improved DatabaseMetaData
        * Compatible blob support
        * Error Codes (pending backend implementation)

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: [ADMIN] High memory usage [PATCH]
Next
From: Barry Lind
Date:
Subject: Re: High Memory Usage Patch -- Disregard my last message