pg_restore dumps all data to the terminal - Mailing list pgsql-admin

From Ron
Subject pg_restore dumps all data to the terminal
Date
Msg-id 64dded41-6355-683c-a9f6-9253cbefd4c7@gmail.com
Whole thread Raw
Responses Re: pg_restore dumps all data to the terminal  ("David G. Johnston" <david.g.johnston@gmail.com>)
List 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 by date:

Previous
From: robert
Date:
Subject: Re: pgadmin4 python bug?
Next
From: "David G. Johnston"
Date:
Subject: Re: pg_restore dumps all data to the terminal