Re: Upgrade time, dump+restore trouble. - Mailing list pgsql-admin

From Tom Lane
Subject Re: Upgrade time, dump+restore trouble.
Date
Msg-id 12597.1192662093@sss.pgh.pa.us
Whole thread Raw
In response to Re: Upgrade time, dump+restore trouble.  (Jesper Krogh <jesper@krogh.cc>)
Responses Re: Upgrade time, dump+restore trouble.  (Jesper Krogh <jesper@krogh.cc>)
List pgsql-admin
Jesper Krogh <jesper@krogh.cc> writes:
> Tom Lane wrote:
>> Drop the constraints in the source database.

> That would be my workaround for the problem. But isn't it somehow
> desirable that pg_dumpall | psql "allways" would work?

Well, sure.  The reason why this sort of thing is deprecated is exactly
that the database can't promise it will work all the time.  The DB has
no way to know that your constraints do something they're not supposed
to, and in particular no way to infer that there's a specific data
loading order needed to keep the constraint from failing.

We do allow you to do it, but if it breaks you get to keep both pieces.

            regards, tom lane

pgsql-admin by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: postgresql para windows para 64 bits
Next
From: Jesper Krogh
Date:
Subject: Re: Upgrade time, dump+restore trouble.