Re: dump-restore only one table - Mailing list pgsql-general

From Tom Lane
Subject Re: dump-restore only one table
Date
Msg-id 17089.1178030617@sss.pgh.pa.us
Whole thread Raw
In response to Re: dump-restore only one table  (Alexander Kuprijanov <sanya-spb@list.ru>)
Responses Re: dump-restore only one table
List pgsql-general
Alexander Kuprijanov <sanya-spb@list.ru> writes:
> but pg_restore dont want make its work...
> ====================================
> % pg_restore --dbname=BaseB --no-owner --table=TableA -v ./idstation.backup
> pg_restore: connecting to database for restore
> pg_restore: implied data-only restore
> ====================================

Works for me.  Perhaps your table name is mixed-case and you didn't
quote it correctly?  Have you tried 'pg_restore -l' to verify what
is in the dump file?

            regards, tom lane

pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: Processing a work queue
Next
From: Raymond O'Donnell
Date:
Subject: Re: IF function?