Oliver Vecernik <[EMAIL PROTECTED]> 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
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly