Can't create a new database from dump

From: "marvin(dot)deoliveira" <marvin(dot)deoliveira(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Can't create a new database from dump
Date: 2011-09-05 18:07:42
Message-ID: 1315246062767-4771382.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


How can I create a entire database from a dump generated with:
./pg_dump -U postgres -F p -E UTF8 -C --inserts --column-inserts -t
<schema.table1> ... -t <last table> -v -f dumpfile.sql <database>

I could not dump the entire database because it has corrupted rows in
pg_attribute.

Need help.

-----
Marcos Oliveira

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Can-t-create-a-new-database-from-dump-tp4771382p4771382.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.

Browse pgsql-admin by date

  From Date Subject
Next Message Lukasz Brodziak 2011-09-05 19:00:40 Query problem
Previous Message Lukasz Brodziak 2011-09-05 16:51:01 Re: Schema with OID 0 does not exist in pg_dump