pg_restore dumps all data to the terminal

Поиск
Список
Период
Сортировка
От Ron
Тема pg_restore dumps all data to the terminal
Дата
Msg-id 64dded41-6355-683c-a9f6-9253cbefd4c7@gmail.com
обсуждение исходный текст
Ответы Re: pg_restore dumps all data to the terminal  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-admin
Hi,

v9.6.8, restoring from 8.4.17

This command dumps not just the schema to the terminal (technically, nohup.out) but the actual data.  How do I stop that?  There's no --quiet, and that's not what I want anyway...

pg_restore -cC --if-exists -e -Fd -j4 ${SOURCE}/${DB}

"pg_dump --verbose" lists each object as it is backed up, and that's what I was expecting pg_restore to do.

Thanks

--
Angular momentum makes the world go 'round.

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

Предыдущее
От: robert
Дата:
Сообщение: Re: pgadmin4 python bug?
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: pg_restore dumps all data to the terminal