Re: Different length lines in COPY CSV

Поиск
Список
Период
Сортировка
От Tino Wildenhain
Тема Re: Different length lines in COPY CSV
Дата
Msg-id 1134419412.4975.86.camel@Andrea.peacock.de
обсуждение исходный текст
Ответ на Re: Different length lines in COPY CSV  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Different length lines in COPY CSV  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
Am Montag, den 12.12.2005, 15:08 -0500 schrieb Andrew Dunstan:
> 
> Tom Lane wrote:
...
> 
> You are probably right. The biggest wrinkle will be dealing with various 
> encodings, I suspect. That at least is one thing that doing CSV within 
> the backend bought us fairly painlessly. Perl's Text::CSV_XS module for 
> example simply handles this by declaring that only [\x09\x20-\x7f] are 
> valid in its non-binary mode, and in either mode appears to be MBCS 
> unaware. We should try to do better than that.

Are there any test datafiles available in a repository?
I could give it a shot I think.

If not maybe we could set up something like that.

Regards
Tino



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

Предыдущее
От: Frank Wiles
Дата:
Сообщение: Re: Something I don't understand with the use of schemas
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Please Help: PostgreSQL Query Optimizer