Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0

From: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>
To: Peter Geoghegan <pg(at)heroku(dot)com>, hlinnaka <hlinnaka(at)iki(dot)fi>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, Andres Freund <andres(at)2ndquadrant(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, Bruce Momjian <bruce(at)momjian(dot)us>, Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Subject: Re: INSERT ... ON CONFLICT IGNORE (and UPDATE) 3.0
Date: 2015-03-26 20:26:06
Message-ID: 55146B5E.70902@archidevsys.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 27/03/15 09:14, Peter Geoghegan wrote:
> On Thu, Mar 26, 2015 at 2:51 PM, Heikki Linnakangas <hlinnaka(at)iki(dot)fi> wrote:
[...]
> Oops - You're right. I find it interesting that this didn't result in
> breaking my test cases.
>
[...]

Reminds of the situation where I got an A++ for a COBOL programming
assignment that successfully handled the test data provided - then I
found a major bug when 'idly' reviewing my code! The lecturer (also a
highly experienced developer) was amused when I pointed it out to her,
and she said I still deserved the A++!

Cheers,
Gavin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2015-03-26 20:32:16 Re: Exposing PG_VERSION_NUM in pg_config
Previous Message Jim Nasby 2015-03-26 20:23:38 Re: trying to study how sorting works