Re: Migrating from Sybase

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Migrating from Sybase
Дата
Msg-id 15200.964409761@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Migrating from Sybase  ("Jens P. Elsner" <jpelsner@gmx.net>)
Ответы Re: Migrating from Sybase  ("Jens P. Elsner" <jpelsner@gmx.net>)
Список pgsql-general
"Jens P. Elsner" <jpelsner@gmx.net> writes:
> ": can't parse "elsdb/import3.sql:419: ERROR:  copy: line 1, pg_atoi: error in "":

> The stuff in 186.dat:

> WI-02.06.99-029|1999-06-02 11:04:13.184|Werk 1 Mue|KStK00-32/1|Mineralgemisch 0-30mm|||Halde B2, neue
Anlage|1999-05-3110:53:00.000|9922|1999-06-02||WP_B2||Manschke|3|1|A0170938384B|^M  

I think it's unhappy about the last field, for which you're supplying an
empty string --- but the field is declared 'smallint' and so an empty
string isn't valid.  Postgres does not consider an empty string to mean
NULL.  You should write \N if you want COPY to produce a NULL.

BTW, I do not know whether the '^M's in your message were actually in
the original file, but that could be a problem too.  I haven't tried it,
but I think that COPY wants Unix-style newlines (LF only) and is not
forgiving about accepting DOS-style newlines instead.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: hstenger@adinet.com.uy
Дата:
Сообщение: ROLLBACK automatically
Следующее
От: Tom Lane
Дата:
Сообщение: Re: WaitOnLock error - what does this mean?