From: | Peter Eisentraut <e99re41(at)DoCS(dot)UU(dot)SE> |
---|---|
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-13 11:12:27 |
Message-ID: | Pine.GSO.4.02A.10001131200420.6438-100000@Pingvin.DoCS.UU.SE |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, 12 Jan 2000, Bruce Momjian wrote:
> > Wow, we're at 32% done!
>
> Actually, there are tons of _done_ items on the list. I mentioned only
> the big undone ones.
I just do a
echo $(( `grep '^* -' TODO | wc -l` * 100 / `grep '^*' TODO | wc -l` ))
<grin>
> > * Make postgres user have a password by default
> >
> > There's an initdb switch.
>
> OK, now we have to decide if we are going to require this be done as
> part of initdb. I am inclined to say the user _has_ to be _prompted_ in
> a secure matter for the password as part of initdb. Have a command-line
> switch for the password is not secure, IMHO, though it is better than
> nothing.
Okay, a prompt it shall be. But not mandatory, since in my environment we
don't even use passwords.
--
Peter Eisentraut Sernanders vaeg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-01-13 11:16:09 | Re: [HACKERS] TODO list updated |
Previous Message | Peter Eisentraut | 2000-01-13 11:00:28 | Re: [HACKERS] libpq+MB/putenv(), getenv() clean up |