Re: Really Dumb Question...(Dumping db)

Поиск
Список
Период
Сортировка
От John Madden
Тема Re: Really Dumb Question...(Dumping db)
Дата
Msg-id Pine.LNX.4.21.0103201708350.13998-100000@avenir.dhs.org
обсуждение исходный текст
Ответ на Really Dumb Question...(Dumping db)  (Joseph Koenig <joe@jwebmedia.com>)
Список pgsql-general
> All I want to do is dump the db, which should be easy, right? If I do:
> pg_dump -u worldwide > worldwide.pgdump

pg_dump, with the -u, expects you to enter your username/password to
stdin or something.  (guys, print the prompts to STDERR instead?)  The
problem is that stdout is redirected into your file there, so you don't
see the username/password prompts.

John



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: Migrating from MS SQL 7
Следующее
От: Joseph Koenig
Дата:
Сообщение: Re: Really Dumb Question...(Dumping db)