ERROR: invalid input syntax for integer: - Mailing list pgsql-novice

From e-letter
Subject ERROR: invalid input syntax for integer:
Date
Msg-id CAET1fe6jM6V-FFoA=1jvBT+5vuGcONjXKUB=wjaP9MrmZiLUAw@mail.gmail.com
Whole thread Raw
Responses Re: ERROR: invalid input syntax for integer:  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: ERROR: invalid input syntax for integer:  (James Hartley <jjhartley@gmail.com>)
List pgsql-novice
Readers,

A database table was created with the command:

CREATE TABLE tablename (column1 bigint,date date,time time,column2 text)

a csv file was imported, of structure:

123456,2000-01-01,01:10,"sometext"

Using the command:

\copy tablename from file.csv

Causes the command terminal error:

 input syntax for integer: "123456,2000-01-01,01:10,"sometext""
CONTEXT:  COPY tablename, line 1, column column2: "123456

What is my mistake please?

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: query question
Next
From: Tom Lane
Date:
Subject: Re: ERROR: invalid input syntax for integer: