Re: pg_restore stalled ???

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_restore stalled ???
Date: 2008-10-01 15:52:14
Message-ID: 23460.1222876334@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com> writes:
> I'm attempting to restore in v8.3.4 using pg_restore running under
> v8.3.4 using...
> pg_restore -f mydb.pgdump -i -C
> It doesn;t appear to be doing anything.

It's waiting for an archive to show up on stdin :-(

-f is the *output* file name for pg_restore. Also, you're lacking
any switches here specifying a database to connect to.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Reg Me Please 2008-10-01 15:54:01 Transactions within a function body
Previous Message Andreas Kretschmer 2008-10-01 15:28:23 Re: pg_restore stalled ???