Re: ON CONFLICT DO UPDATE using EXCLUDED.column gives an error about mismatched types

From: Geoff Winkless <pgsqladmin(at)geoff(dot)dj>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ON CONFLICT DO UPDATE using EXCLUDED.column gives an error about mismatched types
Date: 2015-08-03 16:04:44
Message-ID: CAEzk6fd8_ByyTvz+vkFuhk5rBoHu2QRtCfPkNrO78ViLeVkAUA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 3 August 2015 at 16:53, Geoff Winkless <pgsqladmin(at)geoff(dot)dj> wrote:

> If I create a copy of the table using
>
> CREATE mytab (LIKE brokentab INCLUDING ALL);
>
> ​Of course I meant CREATE TABLE here... finger slippage :)​

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Janes 2015-08-03 16:18:26 Re: optimizing vacuum truncation scans
Previous Message Alvaro Herrera 2015-08-03 16:00:43 Re: Planner debug views