Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: BUG #2550: pg_dumpall 7.4.13 -> restore 8.1.4 problem



"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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group