Oliver Vecernik <vecernik@aon.at> writes:
> ERROR: copy: line 1, Bad numeric input format '1018,11'
> It seems the price with , is not recognized by psql, although LANG is set.
IIRC, the only numerical datatype we have that allows locale-specific
formatting is MONEY, which is deprecated for lack of sufficient range.
I'm afraid you'll have to do some sed-hacking on your datafile. Sorry.
regards, tom lane