pg_restore error - Mailing list pgsql-admin

From Düster Horst
Subject pg_restore error
Date
Msg-id 5B025B1F39D6D4119F5700508BEEEC66F94BF4@SRSOFAIOI4546
Whole thread Raw
Responses Re: pg_restore error  ("Vishal Kashyap @ [Sai Hertz And Control Systems]" <vishalonlist@gmail.com>)
List pgsql-admin
Hallo

I try to restore a large DB with BLOBS. I created the dump file with:

pg_dump -Fc -b <dbname> > dump.file

During the restore process startet with the following command:

pg_restore -d <dbname> dump.file

the process breakes with the error message that a table couldn't be found.
So I started the pg_restore in verbose mode. This mode offers the problem.
pg_restore tries to create a view but a referenced table does not exists. I
thought, that pg_restore will organize the restore-prozess in an optimal
order. This seems not work correct!!?? I would be grateful to hear any
hints.

My system:
Postgresql 7.4.5
SuSe 9.1 Linux

With best regards
Horst Düster

pgsql-admin by date:

Previous
From: Ivan Dimitrov
Date:
Subject: pg_autovacuum is not working
Next
From: "Vishal Kashyap @ [Sai Hertz And Control Systems]"
Date:
Subject: Re: pg_restore error