Re: pg_restore failed on foreign key constraint

From: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_restore failed on foreign key constraint
Date: 2026-02-13 20:17:36
Message-ID: CANzqJaCybV8TjOODr8XFEzjNLLGeUzEuWNhVXGGepDxAZLR70A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Feb 13, 2026 at 12:35 PM Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
wrote:
[snip]

> >
> > Thus, while new and modified records are being added
> > to public.access_email at the source, they are not making it to the
> > Target database. That plus "--disable-triggers" lets
> > the public.rel_user_email loads succeed on the target even though it
> > breaks RI.
>
> This means you know what the issue is now?
>

Yes it does. 😀

--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Anthony DeBarros 2026-02-13 21:14:50 Best practice for granting folder read/write permission on Windows
Previous Message Adrian Klaver 2026-02-13 17:35:31 Re: pg_restore failed on foreign key constraint