Re: pg_dump "feature"

Поиск
Список
Период
Сортировка
От Dmitry Tkach
Тема Re: pg_dump "feature"
Дата
Msg-id 3F156253.3080104@openratings.com
обсуждение исходный текст
Ответ на pg_dump "feature"  ("Viorel Dragomir" <bc@vio.ro>)
Список pgsql-sql
Viorel Dragomir wrote:

> In 7.1.2 you can launch this command without any problems:
> pg_dump -u -s database < file.txt
>  
> where file.txt contains 2 lines:
> username
> password
> ~
> ~
> ~
>  
> And you'll get the dump of the <database>.
>  
> In 7.1.3 this command work, the only incovenience is that pg_dump 
> shows "User name: Password:"
> but gets the password from file.
>  
> In 7.3.x the pg_dump accepts the password only from stdin. The user 
> must enter his password.
> It's a feature or a bug, because i can't see any logic in this behaviour.

It's a feature :-)
The logic is that it is insecure to keep passwords in files.
If you are not concerned about the security in this case, you can switch 
to ident or trust identification. That won't prompt you for the password.

Dima.




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

Предыдущее
От: Dmitry Tkach
Дата:
Сообщение: Re: numerical sort on mixed alpha/numeric data
Следующее
От: Gary Stainburn
Дата:
Сообщение: Re: numerical sort on mixed alpha/numeric data