pg_restore --data-only (-a) does not work - Mailing list pgsql-admin

From Barna, Gary
Subject pg_restore --data-only (-a) does not work
Date
Msg-id C87100ED66A5BF46A16C660CB296BAEC021AD421@mawalmail1.storagenetworks.com
Whole thread Raw
Responses Re: pg_restore --data-only (-a) does not work  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
I tried countless ways to try to restore data only for all tables using the -a switch. None seem to work. I was able to
restoredata only for specific tables using the -t switch, but I was expecting that I should be able to invoke a command
with-a that checks all tables and restores all data appropriately. Here's the last thing I tried. 

bash-2.03$ pg_restore -c -a -d [dbname] ../data/backups/[-Fc Archive]
pg_restore: [archiver (db)] error returned by PQputline

Any ideas??

Thanks,
Gary

pgsql-admin by date:

Previous
From: Michael Kovalcik
Date:
Subject: How do I select the last Id in a column???
Next
From: "Josh Goldberg"
Date:
Subject: Re: How do I select the last Id in a column???