Re: COPY from temp table to main table insted of INSERT INTO

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Stephen Froehlich <s(dot)froehlich(at)cablelabs(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: COPY from temp table to main table insted of INSERT INTO
Date: 2017-07-11 17:42:45
Message-ID: CAKFQuwYj0WpDBasTHhc01mhJ2BzV-5t5A-e_jA2iW8Uvqxpmog@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, Jul 11, 2017 at 10:04 AM, Stephen Froehlich <
s(dot)froehlich(at)cablelabs(dot)com> wrote:

> I have already copied the source data over from R in an unnormalized form
> and then am normalizing it in SQL (via a series of queries).
>
>
>

​Then you won't be using COPY

David J.​

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Andreas Kretschmer 2017-07-11 18:19:25 Re: COPY from temp table to main table insted of INSERT INTO
Previous Message Stephen Froehlich 2017-07-11 17:04:02 Re: COPY from temp table to main table insted of INSERT INTO