initdb initial password from file

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема initdb initial password from file
Дата
Msg-id 6BCB9D8A16AC4241919521715F4D8BCE34BCE6@algol.sollentuna.se
обсуждение исходный текст
Ответы Re: initdb initial password from file  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Attached is a patch that adds the option --pwfile=<filename> to initdb.
The first line of this file is used to set the new superuser password
(the same way --pwprompt asks for one).

This feature is needed for the win32 GUI installer (possibly other
installers?), which need a way to specify the password to be set. Per
previous discussions commandline parameter or environment variable are
not secure. Storing it in a file is the same thing libpq does for
~/.pgpass, and should be secure enough, I think.


//Magnus


Вложения

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: stderr & win32 admin check
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Cancel/Kill backend functions -- docs