Can you use array data types w/ the COPY command?

Peter E. Chen <pchen3@jhmi.edu>

From: "Peter E. Chen" <pchen3@jhmi.edu>
To: pgsql-general@postgresql.org
Date: 2003-01-29T20:31:06Z
Lists: pgsql-general
Dear All,

Is there anyway to use the COPY command to bulkload a flat-file containing a
column of csv's into a table w/ an integer[] data type?  When I try this, I
get the following error:

"ERROR:  copy: line 1, array_in: Need to specify dimension"

The dimension is variable for each row in the column.

Thanks for any advice.

Sincerely,
Peter