From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | Mario Weilguni <mweilguni(at)sime(dot)com> |
Cc: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Albe Laurenz <all(at)adv(dot)magwien(dot)gv(dot)at>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Bug in UTF8-Validation Code? |
Date: | 2007-03-14 07:29:49 |
Message-ID: | 20070314072949.GA4862@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Mar 13, 2007 at 04:42:35PM +0100, Mario Weilguni wrote:
> Am Dienstag, 13. März 2007 16:38 schrieb Joshua D. Drake:
> > Is this any different than the issues of moving 8.0.x to 8.1 UTF8? Where
> > we had to use iconv?
>
> What issues? I've upgraded several 8.0 database to 8.1. without having to use
> iconv. Did I miss something?
http://www.postgresql.org/docs/8.1/interactive/release-8-1.html
"Some users are having problems loading UTF-8 data into 8.1.X. This
is because previous versions allowed invalid UTF-8 byte sequences
to be entered into the database, and this release properly accepts
only valid UTF-8 sequences. One way to correct a dumpfile is to run
the command iconv -c -f UTF-8 -t UTF-8 -o cleanfile.sql dumpfile.sql."
--
Michael Fuhr
From | Date | Subject | |
---|---|---|---|
Next Message | Pavan Deolasee | 2007-03-14 07:41:13 | Re: Bug in VACUUM FULL ? |
Previous Message | Michael Paesold | 2007-03-14 07:01:53 | Re: Bug in UTF8-Validation Code? |