Re: remote dumping of databases

Поиск
Список
Период
Сортировка
От dev@archonet.com
Тема Re: remote dumping of databases
Дата
Msg-id 20010306.11560300@client.archonet.com
обсуждение исходный текст
Ответ на remote dumping of databases  (Frank Nijenhuis <fnijen@bos.nl>)
Список pgsql-general
On 3/6/01, 8:55:05 AM, Frank Nijenhuis <fnijen@bos.nl> wrote regarding
[GENERAL] remote dumping of databases:

[snip]
> Now I want them to be able to dump their own database. And when I use the
> command without piping the result to a file everything works.
> (pg_dump -h <remote pgsqlserver) -u <dbname>.
> You get the user prompt and password prompt..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???

You could look at wrapping pg_dump in something like "expect" or "chat"
which are designed to deal with interactive programs. You might find
useful examples relating to changing passwords since passwd has a similar
problem.

- Richard Huxton

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

Предыдущее
От: "Stefan Waidele jun."
Дата:
Сообщение: Re: interval question
Следующее
От: dev@archonet.com
Дата:
Сообщение: Re: List of all system tables.