Re: TODO updates

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: TODO updates
Date: 2000-07-27 18:48:02
Message-ID: 200007271848.OAA26639@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[ Charset ISO-8859-1 unsupported, converting... ]
> I'm going to be on vacation for essentially the next month. So if there's
> anything that you'd like fixed before that, now's a good time to tell.
>
>
> Meanwhile a few TODO updates:
>
> * Creating index of TIMESTAMP & RELTIME fails, or rename to DATETIME(Thomas)
>
> Looks obsolete to me. (Reltime indexes still don't work, but I doubt
> someone needs them.)

Marked as done.

>
> * -More access control over who can create tables and use locks(Karal)
>
> Not done, and it's "Karel".

Sorry, fixed.

>
> * Test syslog functionality
> * Unify configuration into one configuration file (Peter E)
> * use setproctitle() if it exists for 'ps' display of status
>
> All done

Yes.

>
> * Add hash for int8
>
> Seems to work (Tom Lane?)

Yes.

>
> * BSD/OS does not support locale because there is no LC_MESSAGES
>
> Done

Yes.

>
> * Add ALTER TABLE DROP/ALTER COLUMN feature(Peter E) [drop]
>
> `ALTER TABLE ALTER COLUMN' was implemented for 7.0. I am not working on
> the DROP COLUMN part, so you might want to remove my name.

Entry split into two lines and updated.
>
> * Allow DELETE and UPDATE to use inheritance using tablename*
>
> Chris Bitmead's contributions accomplish that (though not how it's written
> here).

Fixed, with tablename* removed.

>
>
> There seem to be some duplicate items:
>
> * Some database schema's are not dumpable; do dumps in oid order
> * make pg_dump dump in oid order, so dependencies are resolved
>
> * Allow nulls in arrays
> * Allow arrays to hold NULL elements

Duplicates removed.

--
Bruce Momjian | http://candle.pha.pa.us
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

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-07-27 18:49:44 Re: TODO updates
Previous Message Bruce Momjian 2000-07-27 18:34:43 Re: About these IPC parameters