Re: pg_restore - Mailing list pgsql-general

From Sven Willenberger
Subject Re: pg_restore
Date
Msg-id 1112709937.12338.23.camel@lanshark.dmv.com
Whole thread Raw
In response to pg_restore  (Nageshwar Rao <NageshwarR@PLANETASIA.COM>)
List pgsql-general
On Tue, 2005-04-05 at 12:10 +0530, Nageshwar Rao wrote:
> Hi,
>
> I took a dump using the following command
>
> Pg_dump  -f  bk.dmp
>
>
> When I tried to restore  a table from the dump it just hangs there
>
> Pg_restore -f bk.dump -t table_name
>
>
> Also tried by giving username also
>
> Any light on this.

pg_restore [OPTION]... [FILE]

in this case don't use -f (as that represents "output" file name)
try pg_restore -d db_name -t table_name -U username bk.dmp

Sven


pgsql-general by date:

Previous
From: Robert Treat
Date:
Subject: Re: [Fwd: [webmaster] in Search of free hosting with
Next
From: "Philippe Lang"
Date:
Subject: PL/PERL: raise notice, exception ?