From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] TODO list updated |
Date: | 2000-01-12 23:29:45 |
Message-ID: | Pine.LNX.4.21.0001122050520.1646-100000@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2000-01-12, Bruce Momjian mentioned:
> I have updated the TODO list to mark all the items that are completed
> for 7.0.
>
Wow, we're at 32% done!
> Are there any additional ones? Are there some names I have forgotten to
> attribute to items?
* Better interface for adding to pg_group
It's de facto done.
* Make postgres user have a password by default
There's an initdb switch.
* User who can create databases can modify pg_database table
is on the hit list. I believe the reason this had to be allowed is
createdb() using an actual insert statement to do its thing, which it
won't do any longer once I get all my code together. Some please correct
me if I'm wrong, otherwise I'll yank that code. (Yes, there is code that
specifically _allows_ this.)
--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2000-01-12 23:50:09 | Re: [HACKERS] TODO list updated |
Previous Message | Peter Eisentraut | 2000-01-12 23:29:41 | Re: [HACKERS] Re: Regress tests reveal *serious* psql bug |