Re: using cr/lf files in copy from

Поиск
Список
Период
Сортировка
От John McKown
Тема Re: using cr/lf files in copy from
Дата
Msg-id Pine.LNX.4.21.0010131338300.21642-100000@linux2.johnmckown.net
обсуждение исходный текст
Ответ на using cr/lf files in copy from  ("Sergio A. Kessler" <sak@tribctas.gba.gov.ar>)
Список pgsql-general
Correct. I've always had to convert from DOS style to UNIX style lines. I
have a program called DOS2UNIX which does that. You can also use sed

sed 's/\r$//' <dos.style >unix.style


On Fri, 13 Oct 2000, Sergio A. Kessler wrote:

>
> it's just me or COPY FROM doesn't cope with DOS style lines ? (ie cr/lf)
>


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

Предыдущее
От: "Mitch Vincent"
Дата:
Сообщение: Re: Postgres-7.0.2 optimization question
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Postgres-7.0.2 optimization question