Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0 - Mailing list pgsql-hackers

From Andres Freund
Subject Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0
Date
Msg-id 20150508150340.GJ12950@alap3.anarazel.de
Whole thread Raw
In response to INSERT ... ON CONFLICT UPDATE/IGNORE 4.0  (Peter Geoghegan <pg@heroku.com>)
Responses Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0  (Geoff Winkless <pgsqladmin@geoff.dj>)
Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: INSERT ... ON CONFLICT UPDATE/IGNORE 4.0  (Thom Brown <thom@linux.com>)
List pgsql-hackers
So I've committed the patch yesterday evening. I'm pretty sure there'll
be some more minor things to change. But overall I feel good about the
current state.

It'd be quite helpful if others could read the docs, specifically for
insert, and comment whether they're understandable. I've spent a fair
amount of time trying to make them somewhat simpler, but I do think I
only succeeded partially.  And there's also my own brand of english to
consider ;)

Phew.



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Modify pg_stat_get_activity to build a tuplestore
Next
From: Vladimir Borodin
Date:
Subject: Re: Broken --dry-run mode in pg_rewind