Re: Load Data with COPY

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Load Data with COPY
Date: 2015-03-24 21:34:05
Message-ID: 5511D84D.6000700@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 3/24/2015 2:16 PM, Raymond O'Donnell wrote:
> Is there a header row in the CSV file? - if so, delete it and try again.

or specify 'WITH HEADER' on the COPY command

--
john, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-03-24 22:17:30 Re: Load Data with COPY
Previous Message Raymond O'Donnell 2015-03-24 21:16:26 Re: Load Data with COPY