Re: [ODBC] UTF-8 data migration problem in Postgresql 7.2
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: jm.poure@freesurf.fr
Cc: Tatsuo Ishii <t-ishii@sra.co.jp>, pgsql-hackers@postgresql.org, pgsql-odbc@postgresql.org, Inoue@tpf.co.jp
Date: 2002-02-20T15:13:00Z
Lists: pgsql-hackers
Jean-Michel POURE <jm.poure@freesurf.fr> writes: > 1) Is this a data perversion problem (=wrong UTF-8 sequences entered)? Then, > how can I fix it? Why did 7.1.3 allow the input of such data? 7.1 did not have validity checks for UTF sequences. 7.2 does. This does not seem like a bad change to me. regards, tom lane