Re: [ODBC] UTF-8 data migration problem in Postgresql 7.2 - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: [ODBC] UTF-8 data migration problem in Postgresql 7.2
Date
Msg-id 20020222180520G.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: [ODBC] UTF-8 data migration problem in Postgresql 7.2  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Responses Re: [ODBC] UTF-8 data migration problem in Postgresql 7.2  (Jean-Michel POURE <jm.poure@freesurf.fr>)
List 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 by date:

Previous
From: Amit Kumar Khare
Date:
Subject: how to stop running postgres process
Next
From: Tatsuo Ishii
Date:
Subject: Re: [ODBC] UTF-8 data migration problem in Postgresql 7.2