Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}

Simon Riggs <simon@2ndquadrant.com>

From: Simon Riggs <simon@2ndQuadrant.com>
To: Peter Geoghegan <pg@heroku.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Bruce Momjian <bruce@momjian.us>, Josh Berkus <josh@agliodbs.com>, Kevin Grittner <kgrittn@ymail.com>, Andres Freund <andres@2ndquadrant.com>, Heikki Linnakangas <hlinnakangas@vmware.com>, Pg Hackers <pgsql-hackers@postgresql.org>, Craig Ringer <craig@2ndquadrant.com>
Date: 2014-10-27T23:34:17Z
Lists: pgsql-hackers
On 27 October 2014 20:24, Peter Geoghegan <pg@heroku.com> wrote:
> On Mon, Oct 27, 2014 at 1:22 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>> On Mon, Oct 27, 2014 at 1:44 PM, Peter Geoghegan <pg@heroku.com> wrote:
>>> I think by far the biggest problem here is the
>>> lack of attention to the design from others.
>>
>> I find that attitude incredible.
>
> What I mean is that that's the thing that clearly needs scrutiny the
> most. That isn't an attitude - it's a technical opinion.

Let's see if we can link these two thoughts.

1. You think the biggest problem is the lack of attention to the design.

2. I keep asking you to put the docs in a readable form.

If you can't understand the link between those two things, I am at a loss.

Good luck with the patch.

-- 
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


Commits

  1. Change the way we mark tuples as frozen.

  2. Add documentation for data-modifying statements in WITH clauses.