Can't create a new database from dump - Mailing list pgsql-admin

From marvin.deoliveira
Subject Can't create a new database from dump
Date
Msg-id 1315246062767-4771382.post@n5.nabble.com
Whole thread Raw
List 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.

pgsql-admin by date:

Previous
From: Lukasz Brodziak
Date:
Subject: Re: Schema with OID 0 does not exist in pg_dump
Next
From: Lukasz Brodziak
Date:
Subject: Query problem