Re: [HACKERS] TODO list updated

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] TODO list updated
Дата
Msg-id Pine.GSO.4.02A.10001131200420.6438-100000@Pingvin.DoCS.UU.SE
обсуждение исходный текст
Ответ на Re: [HACKERS] TODO list updated  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] libpq+MB/putenv(), getenv() clean up
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] TODO list updated