Re: Pg_dumpall problem

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема Re: Pg_dumpall problem
Дата
Msg-id 04UOXWA943YUNHA5LGRPJI4XSQKQK65.3e428ee6@cal-lab
обсуждение исходный текст
Ответ на Re: Pg_dumpall problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Pg_dumpall problem
Список pgsql-general
I thought ALL databases used passwords!

2/6/2003 6:52:25 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

>James Hall <James.Hall@RadioShack.com> writes:
>> I am trying to use pg_dumpall to backup my databases, and it is failing.
>> The results of a attempted dumpall are below:
>
>> [postgres@rspde postgres]$ pg_dumpall > 020503.out
>> Password: psql: Password authentication failed for user 'postgres'
>> Password: Password: psql: Password authentication failed for user 'postgres'
>> Password: psql: fe_sendauth: no password supplied
>> Password: psql: fe_sendauth: no password supplied
>
>pg_dumpall is more or less useless for databases that use password
>protection.  I counsel setting up a different authorization method for
>local connections.
>
>            regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
>http://archives.postgresql.org
>




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

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: Re: how to determine OID of the row I just inserted???
Следующее
От: will trillich
Дата:
Сообщение: Re: Question: unique on multiple columns