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.1905211020440.6551@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: Bulk inserts into two (related) tables  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: Bulk inserts into two (related) tables
List pgsql-general
On Tue, 21 May 2019, Adrian Klaver wrote:

> Well you are not going to know the org_id until the organization table is 
> loaded, which means something like:
>
> 1) First run through file load the organizations table.
>
> 2) Build a mapping of org_id to organization.
>
> 3) Run through data file again and load people data using the mapping in 2) 
> to provide the people.org_id.

Adrian,

That's what I planned to do. I wondered if there was a more direct way known
to those with more experience than I have. The short answer is 'no.'

Thanks,

Rich



pgsql-general by date:

Previous
From: Francisco Olarte
Date:
Subject: Re: Bulk inserts into two (related) tables
Next
From: Michael Lewis
Date:
Subject: Re: Bulk inserts into two (related) tables