Re: Insert data in two columns same table - Mailing list pgsql-general

From Vick Khera
Subject Re: Insert data in two columns same table
Date
Msg-id CALd+dcdNYj_-TE0PKwRWv-ihMkbkN3a3Y5EQJyD==B3cK_CbvA@mail.gmail.com
Whole thread Raw
In response to Insert data in two columns same table  ("drum.lucas@gmail.com" <drum.lucas@gmail.com>)
List pgsql-general

On Wed, Mar 16, 2016 at 9:34 PM, drum.lucas@gmail.com <drum.lucas@gmail.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.

pgsql-general by date:

Previous
From: John R Pierce
Date:
Subject: Re: BDR
Next
From: Adrian Klaver
Date:
Subject: Re: Insert data in two columns same table