Problem with COPY FROM

Поиск
Список
Период
Сортировка
От Jay O'Connor
Тема Problem with COPY FROM
Дата
Msg-id 20030528103100.A1467@altaica
обсуждение исходный текст
Ответы Re: Problem with COPY FROM  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I'm trying to bulk load a table from a data file using a 'COPY FROM'
command.

I'm getting an error saying that there is "Extra data after last expected
column" (on the first line)

I'm using a full column list in the copy from:
    COPY tablename (col1, col2, col3..)

and the number of columns matches the number of tab delimited fields in the
file, so my guess right now is that I'm not properly marking the end of
row.  I've tride using carraig returns, line feeds, and even hust putting
in the strings "\n\r" at the end in various combinations.

So what is the proper way of ending a line in a file you expect to feed in
to "COPY FROM"...

Otherwise, I may have to post the full command and a snippet from the file
and hope someone can see something I'm missing


Thanks

Take care,
Jay

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

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: PostgreSQL Performance on OpenBSD
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Bizzare plpgsql error