Re: [ODBC] UTF-8 data migration problem in Postgresql 7.2

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: [ODBC] UTF-8 data migration problem in Postgresql 7.2
Дата
Msg-id 20020222180520G.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: [ODBC] UTF-8 data migration problem in Postgresql 7.2  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Ответы Re: [ODBC] UTF-8 data migration problem in Postgresql 7.2  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Список pgsql-hackers
> I guess the error might come from PostgreSQL string parsing functions:
> 1) new.target_content:= translate(new.target_content, chr(146), chr (39)) ;
> 2) substring(text, int4). Is substring multibyte safe?

I believe 7.2's translate and substring are multibyte safe.
Can you show us reproducable examples?
--
Tatsuo Ishii

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

Предыдущее
От: Amit Kumar Khare
Дата:
Сообщение: how to stop running postgres process
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [ODBC] UTF-8 data migration problem in Postgresql 7.2