Re: copy from stdin; bug?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: copy from stdin; bug?
Дата
Msg-id 20332.979525770@sss.pgh.pa.us
обсуждение исходный текст
Ответ на copy from stdin; bug?  (Rehak Tamas <rehak@sch.bme.hu>)
Ответы Re: copy from stdin; bug?  (Rehak Tamas <rehak@sch.bme.hu>)
Список pgsql-hackers
Rehak Tamas <rehak@sch.bme.hu> writes:
> i try to fill my table from a file using copy from stdin and postgresql
> corrupt the table. This happen if before the <tab> or end of line there
> is word that has a non-standard letter like o with accent and then an
> ordinary lette [a-z]. and now i reproduced this error if that o is at the
> and of the word. in these cases that word and the next one get into the
> same field...

Sounds to me like a multibyte-character translation problem.  What
encoding do you have set for the database?  What have you told it the
client encoding is?
        regards, tom lane


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: RE: primary keys
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: SIGTERM -> elog(FATAL) -> proc_exit() is probably a bad idea