Re: Partitioning vs ON CONFLICT - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Partitioning vs ON CONFLICT
Date
Msg-id CA+Tgmoa2xKq6pJBvh_V9AFw=HF3WwxsQYoiDr6RH8P58kbf80A@mail.gmail.com
Whole thread Raw
In response to [HACKERS] Partitioning vs ON CONFLICT  (Thom Brown <thom@linux.com>)
List pgsql-hackers
On Fri, Mar 31, 2017 at 5:33 PM, Peter Geoghegan <pg@bowt.ie> wrote:
> In my opinion, for the very limited ON CONFLICT DO NOTHING + no
> inference specification case, the implementation should not care about
> the presence or absence of unique indexes within or across partitions.

Hmm.  That's an interesting point.  The documentation says:

ON CONFLICT can be used to specify an alternative action to raising a
unique constraint or exclusion constraint violation error.

And, indeed, you could get an unique constraint or exclusion error
because of an index on the child even though it's not global to the
partitioning hierarchy.  So maybe we can support this after all, but
having messed it up once, I'm inclined to think we should postpone
this to v11, think it over some more, and try to make sure that our
second try doesn't crash...

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Documentation improvements for partitioning
Next
From: Pavan Deolasee
Date:
Subject: Re: Patch: Write Amplification Reduction Method (WARM)