Re: Bulk inserts into two (related) tables - Mailing list pgsql-general

From Rich Shepard
Subject Re: Bulk inserts into two (related) tables
Date
Msg-id alpine.LNX.2.20.1905211026000.6551@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: Bulk inserts into two (related) tables  (Michael Lewis <mlewis@entrata.com>)
Responses Re: Bulk inserts into two (related) tables
List pgsql-general
On Tue, 21 May 2019, Michael Lewis wrote:

> For each row-
> Insert into organizations table if the record does not exist, returning ID.
> Insert into people using that ID.

Michael,

The org_id will not exist until I run the insert script.

> Else, load all the data with empty ID column on person table,then just
> update the person table afterward and drop the org name column.

Then I'll copy the org_id numbers to the appropriate row(s) in the people
table.

Thanks,

Rich



pgsql-general by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Re: Refresh Publication takes hours and doesn´t finish
Next
From: Rich Shepard
Date:
Subject: Re: Bulk inserts into two (related) tables