Re: No password supplied error when using pg_dump

Поиск
Список
Период
Сортировка
От Stephen Cook
Тема Re: No password supplied error when using pg_dump
Дата
Msg-id 0840797e-b416-e94d-f5a1-d15a18d2c422@gmail.com
обсуждение исходный текст
Ответ на No password supplied error when using pg_dump  (JORGE MALDONADO <jorgemal1960@gmail.com>)
Ответы Re: No password supplied error when using pg_dump  (JORGE MALDONADO <jorgemal1960@gmail.com>)
Список pgsql-novice
On 2016-11-16 20:39, JORGE MALDONADO wrote:
> I am trying to run pg_dump to backup my PostgreSQL DB and I am getting a
> "fe_sendauth: no pssword supplied" error message. This is a Windows
> Server 2012 environment and I am issuing pg_dump from a command prompt.
>
> The command is as follows:
> pg_dump -E win1252 -f d:/respaldos/chartsclub/basedatos/CC.backup -F p
> -n chartsclub -h localhost -U postgres -w chartsclub


That "-w" makes pg_dump not ask for a password, so you will get an error
if the user requires password authentication.


-- Stephen




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

Предыдущее
От: JORGE MALDONADO
Дата:
Сообщение: No password supplied error when using pg_dump
Следующее
От: JORGE MALDONADO
Дата:
Сообщение: Re: No password supplied error when using pg_dump