Re: Insert data in two columns same table

From: Vick Khera <vivek(at)khera(dot)org>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Insert data in two columns same table
Date: 2016-03-17 12:53:35
Message-ID: CALd+dcdNYj_-TE0PKwRWv-ihMkbkN3a3Y5EQJyD==B3cK_CbvA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Mar 16, 2016 at 9:34 PM, drum(dot)lucas(at)gmail(dot)com <drum(dot)lucas(at)gmail(dot)com>
wrote:

> The problem is that I need to do that at the same time, because of a
> constraint:
>
>
Mark your constraint as deferrable, and then defer the constraints within
your transaction.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-03-17 14:23:19 Re: Insert data in two columns same table
Previous Message John R Pierce 2016-03-17 05:31:50 Re: BDR