INSERT .. ON CONFLICT DO SELECT [FOR ..]

From: Marko Tiikkaja <marko(at)joh(dot)to>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: INSERT .. ON CONFLICT DO SELECT [FOR ..]
Date: 2017-08-15 01:23:23
Message-ID: CAL9smLCdV-v3KgOJX3mU19FYK82N7yzqJj2HAwWX70E=P98kgQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Attached is a patch for $SUBJECT. It might still be a bit rough around the
edges and probably light on docs and testing, but I thought I'd post it
anyway so I won't forget.

.m

Attachment Content-Type Size
insert_conflict_select_v1.patch application/octet-stream 37.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2017-08-15 01:27:00 measuring the impact of increasing WAL segment size
Previous Message Masahiko Sawada 2017-08-15 01:13:38 Re: Block level parallel vacuum WIP