"Michael Enke" <michael(dot)enke(at)wincor-nixdorf(dot)com> writes: > I used pg_dumpall in 7.4.13. > In the created backup there is a > ... delete from pg_shadow ... > since it is a table, all ok. > But in 8.1.4 it is a view so I get an error at restore: > ERROR: cannot delete from a view > HINT: You need an unconditional ON DELETE DO INSTEAD rule. Just ignore the error. regards, tom lane