Re: TODO updates - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: TODO updates
Date
Msg-id 200007271848.OAA26639@candle.pha.pa.us
Whole thread Raw
In response to TODO updates  (Peter Eisentraut <peter_e@gmx.net>)
List 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@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: About these IPC parameters
Next
From: Bruce Momjian
Date:
Subject: Re: TODO updates