Re: problem converting database to UTF-8

Поиск
Список
Период
Сортировка
От Vladimir Konrad
Тема Re: problem converting database to UTF-8
Дата
Msg-id 20090122221851.6752bd8a@svr0.h.dearm.co.uk
обсуждение исходный текст
Ответ на Re: problem converting database to UTF-8  (Alan Hodgson <ahodgson@simkin.ca>)
Список pgsql-general
> > cat the-source-dump.sql | iconv -t utf8 - > my-converted.sql
> >
> > Size should not matter in this case...
>
> Yeah it does. iconv buffers everything in memory, as I recall.

Just found an alternative - "uconv" command (part of ICU project):

http://www.icu-project.org/userguide/intro.html

(not sure if it is in debian, but it does not buffer entire file when
used in a pipe).

Vlad

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

Предыдущее
От: "Daniel Verite"
Дата:
Сообщение: Re: problem converting database to UTF-8
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: very long update gin index troubles back?