Re: INSERT ... ON CONFLICT error messages - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: INSERT ... ON CONFLICT error messages
Date
Msg-id CAM3SWZSXwd3S21dg9VL3iZ50aZbAQ8ebgs4Kmfk-Q_qf=bffZw@mail.gmail.com
Whole thread Raw
In response to INSERT ... ON CONFLICT error messages  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
On Tue, May 5, 2015 at 8:52 AM, Heikki Linnakangas <hlinnaka@iki.fi> wrote:
> Why not? I would understand if the specified arbiter constraint is deferred,
> but why does it matter if one of the other constraints is?

This has been fixed since, BTW. We now support relations that happen
to have deferred constraints. The constraint indexes cannot be used as
arbiters, but that makes perfect sense.


-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: PATCH: pgbench allow '=' in \set
Next
From: Tom Lane
Date:
Subject: Re: EvalPlanQual behaves oddly for FDW queries involving system columns