Re: Is pg_restore in 10.6 working? - Mailing list pgsql-general

From Rob Sargent
Subject Re: Is pg_restore in 10.6 working?
Date
Msg-id 708fdafe-dfa3-7d26-59fa-992595671b77@gmail.com
Whole thread Raw
In response to Re: Is pg_restore in 10.6 working?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Is pg_restore in 10.6 working?
List pgsql-general
On 11/12/18 11:44 AM, Tom Lane wrote:
> David <dlbarron28@gmail.com> writes:
>> I have some experience with different versions of Postgres, but I'm just
>> getting around to using pg_restore, and it's not working for me at all.
>> ...
>> But a matching pg_restore command does nothing.
>> pg_restore -U postgres -f predata.sql -v
> This command expects to read from stdin and write to predata.sql, so
> it's not surprising that it's just sitting there.  What you want
> is something along the lines of
>
> pg_restore -U postgres -d dbname -v <predata.sql
>
>             regards, tom lane
>

In this case, does the "General options" -f make sense? restoring to a file?



pgsql-general by date:

Previous
From: Scot Kreienkamp
Date:
Subject: RE: help with aggregation query across a second text array column
Next
From: David
Date:
Subject: Re: Is pg_restore in 10.6 working?