Re: Bulk inserts into two (related) tables

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Bulk inserts into two (related) tables
Date: 2019-05-22 14:59:17
Message-ID: alpine.LNX.2.20.1905220757470.1484@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 22 May 2019, Adrian Klaver wrote:

> So does the people data have an organization attribute?

Adrian,

Yes. It's the FK to the organization table.

> If so why not just assign the org_id while cleaning up the data?

That's what I thought to do based on your suggestion yesterday. It would
make life simpler.

Regards,

Rich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Olarte 2019-05-22 15:26:58 Re: Bulk inserts into two (related) tables
Previous Message Adrian Klaver 2019-05-22 14:44:16 Re: Bulk inserts into two (related) tables