Re: Error while importing CSV file

Поиск
Список
Период
Сортировка
От dhaval jaiswal
Тема Re: Error while importing CSV file
Дата
Msg-id SNT117-W46B0759D0B893261D3953DF740@phx.gbl
обсуждение исходный текст
Ответ на Re: Error while importing CSV file  (Lockas <w_ward_w@hotmail.com>)
Список pgsql-general
Is this ERROR thrown for all the rows ?

Try the following.

select max(length(column_name)) from table_name;

It seems that some value is bigger than the define size.


> Date: Sun, 5 Feb 2012 21:14:40 -0800
> From: w_ward_w@hotmail.com
> To: pgsql-general@postgresql.org
> Subject: Re: [GENERAL] Error while importing CSV file
>
> OK that problem solved
> Thanks so much
>
> but I had another problem
>
> *ERROR: value too long for type character varying(100)*
>
> although in the original file it was varying(25) only !!
>
> --
> View this message in context: http://postgresql.1045698.n5.nabble.com/Error-while-importing-CSV-file-tp5458103p5459345.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

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

Предыдущее
От: Lockas
Дата:
Сообщение: Re: Error while importing CSV file
Следующее
От: Tom Lane
Дата:
Сообщение: Re: sql query bug???