Alexander Kuprijanov <sanya-spb@xxxxxxx> 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