Re: [HACKERS] Beta for 4:30AST ... ?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: The Hermit Hacker <scrappy(at)hub(dot)org>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Beta for 4:30AST ... ?
Date: 2000-02-22 14:15:54
Message-ID: 200002221415.JAA15918@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Mon, 21 Feb 2000, The Hermit Hacker wrote:
>
> > * -Add BIT, BIT VARYING
>
> This is currently suffering from BIT rot in contrib. Not really usable.
> And we can't squeeze it in until the bootstrap scanner recognizes tokens
> with spaces in it. (Does it?)

Aw man, I promised to put that into the main tree. Is it not usable?
Spaces?

>
> > * -Add ALTER TABLE DROP/ALTER COLUMN feature(Peter E)
>
> Since there seems to be some confusion here: What currently exists all
> done is ALTER TABLE ALTER COLUMN (which allows you to set and drop
> defaults). What does not exist is DROP COLUMN and ADD/DROP CONTRAINT in
> its full glory.
>
>
> If someone cares for accuracy, I also did these:
>
> > * -pg_dump should preserve primary key information
> > * -Allow flag to control COPY input/output of NULLs
> > * -Allow psql \copy to allow delimiters
> > * -Allow psql to print nulls as distinct from "" [null]
> > * -Make configure --enable-debug add -g on compile line
> > * -Pre-generate lex and yacc output so not required for install
> > * -Make Absolutetime/Relativetime int4 because time_t can be int8 on some ports
> > * -Make type equivalency apply to aggregates

TODO updated.

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-02-22 14:18:02 Re: [HACKERS] Beta for 4:30AST ... ?
Previous Message Bruce Momjian 2000-02-22 14:11:52 Re: [HACKERS] Beta for 4:30AST ... ?