RE: [HACKERS] Updated TODO list

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'Bruce Momjian'" <maillist(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Cc: "Peter Mount (Home)" <peter(at)retep(dot)org(dot)uk>
Subject: RE: [HACKERS] Updated TODO list
Date: 1999-07-08 08:30:24
Message-ID: 1B3D5E532D18D311861A00600865478CA06C@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ADMIN

* Allow international error message support and add error codes

The JDBC driver already has the international error message support. All
it needs are some translations of the errors.properties file.

It would be easy to add error codes to it.

TYPES

* Large objects
o Fix large object mapping scheme, own typeid or reltype(Peter)
o Allow large text type to use large objects(Peter)

I hope to these two done for 6.6

o Not to stuff everything as files in a single directory, hash
dirs
o Allow large object vacuuming

Do you mean vacuuming within a large objects table, or removing orphaned
ones?
A solution for orphaning is in contrib, although it still needs some
work.

On the JDBC front, I'm planning for 6.6:

* Array support
* Large Object Stream support
* More JDBC2 API implemented

But the big one will be to get the driver to use the current protocol.
Up until now, it's been using the 6.3 backend protocol. Now that the
current driver supports JDBC2, I want to get it up to date.

This will mean that the 6.6 driver will not be backward compatible with
earlier backends (I can't remember which one started using the current
protocol). The 6.5 driver does support 6.3 and 6.4.x backends.

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 1999-07-08 08:47:13 Re: [HACKERS] Delaying insertion of default values
Previous Message Leon 1999-07-08 06:37:48 Re: [HACKERS] Fwd: Joins and links