Re: protocol change in 7.4

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: protocol change in 7.4
Date: 2002-11-05 08:35:31
Message-ID: 20021105093531.G19182@zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Nov 04, 2002 at 07:22:54PM -0500, Neil Conway wrote:
> (1) Add an optional textual message to NOTIFY
>
> (2) Remove the hard-coded limits on database and user names
> (SM_USER, SM_DATABASE), replace them with variable-length
> fields.
>
> (3) Remove some legacy elements in the startup packet
> ('unused' can go -- perhaps 'tty' as well). I think the
> 'length' field of the password packet is also not used,
> but I'll need to double-check that.
>
> (4) Fix the COPY protocol (Tom?)
>
> (5) Fix the Fastpath protocol (Tom?)
>
> (6) Protocol-level support for prepared queries, in order to
> bypass the parser (and maybe be more compatible with the
> implementation of prepared queries in other databases).
>
> (7) Include the current transaction status, since it's
> difficult for the client app to determine it for certain
> (Tom/Bruce?)

(8) Error codes (maybe needn't change protocol)
- without this is PostgreSQL useless in real DB aplication

(9) Think about full dynamic charset encoding (add new encoding on
the fly)

Karel

--
Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
http://home.zf.jcu.cz/~zakkr/

C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2002-11-05 08:41:04 Re: Another bug in tsearch?
Previous Message Dave Page 2002-11-05 08:32:15 Re: Request for supported platforms