Hi here!
Postgres 9.1
pg_backup with -T parameter excluding dump explicit table. Then when pg_restore any object of excluded table are restored EXCEPT the sequence.
That's a problem because if use -c to clean try to drop existent sequence object and then raises dependency error.
Thanks!