Dump file*.sql gives error
ERROR: missing data for column "year"
CONTEXT: COPY entity_temporal, line 1: "Stroud_railway_station {1947, 1845, 1886} {1, 1, 1}"
My table name is entity_temporal
with three column Name text
, year integer[]
and count integer[]
.
The dump command looks like
COPY entity_temporal (name, year, count) FROM stdin;
Stroud_railway_station {1947, 1845, 1886} {1, 1, 1}