Re: remote dumping of databases

Поиск
Список
Период
Сортировка
От Brent R. Matzelle
Тема Re: remote dumping of databases
Дата
Msg-id 20010309213630.23438.qmail@web13002.mail.yahoo.com
обсуждение исходный текст
Ответ на remote dumping of databases  (Frank Nijenhuis <fnijen@bos.nl>)
Список pgsql-general
>How ever..how do
> you get the
> content of the dump to a file??? Every pipe action will result
> in endless
> waiting, pg_dumps waits for the username/password.......
>
> Is there an solution of do I overlook something here???

Give the user who is performing the dump read access on all
tables, indices, etc on the database(s) you wish to dump.  Then
you can run a pg_dump without the password prompt coming up.

% pg_dump database_name > file.dump

Brent


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: what's going on here?
Следующее
От:
Дата:
Сообщение: Re: How to use locks, for DB noivces?