Re: pgsql-server/doc TODO

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org, Joe Conway <mail(at)joeconway(dot)com>
Subject: Re: pgsql-server/doc TODO
Date: 2003-08-08 18:55:29
Message-ID: 200308081855.h78ItTP21801@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) writes:
> > < * Delay resolution of array expression type so assignment coercion
> > > * -Delay resolution of array expression type so assignment coercion
>
> AFAIK, this is *not* done.

I already have it marked as not done.

> > < o Implement SQLDA (do we really need this?)
> > > o -Implement SQLDA
>
> This is not done either is it?

I thought that came in with ecpg theads, but looking now, I see sqlda.h
is am empty file. Updated.

> > 364d362
> > < * Allow binding query args over FE/BE protocol
>
> Shouldn't this be marked done, rather than removed?

It was redundant because we already have this marked as done:

o -Allow binding of query parameters, support for
prepared queries

At least I think it is redundant.

> > < o Replication support?
> > < o Error codes
> > > o -Error codes
>
> Looks like the replication line unintentionally disappeared?

I questioned whether replication belonged in the wire protocol section
anymore, especially since I haven't heard an argument why it is needed
in there. It was an idea floated around a while ago, but it doesn't
seem as relivant anymore.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-08-08 18:55:44 pgsql-server/doc TODO
Previous Message Bruce Momjian 2003-08-08 18:45:23 Re: pgsql-server/src Makefile.global.in bin/pg_dum ...