Re: Re: [COMMITTERS] pgsql: Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.

From: Andres Freund <andres(at)anarazel(dot)de>
To: Peter Geoghegan <pg(at)heroku(dot)com>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Date: 2015-05-23 00:20:55
Message-ID: 20150523002055.GC32396@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 2015-05-22 12:23:32 -0700, Peter Geoghegan wrote:
> On Thu, May 21, 2015 at 5:51 PM, Peter Geoghegan <pg(at)heroku(dot)com> wrote:
> >> So I think we're good with ripping it out. Peter?
> >
> > I'll come up with a patch.
>
> Attached patch rips the command tag out.

Pushed.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2015-05-23 05:29:27 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file
Previous Message Andres Freund 2015-05-23 00:20:10 pgsql: Fix yet another bug in ON CONFLICT rule deparsing.

Browse pgsql-hackers by date

  From Date Subject
Next Message Ryan Pedela 2015-05-23 01:03:47 Re: [PATCH] Generalized JSON output functions
Previous Message Andres Freund 2015-05-23 00:20:24 Re: Minor ON CONFLICT related fixes