Re: Differences in UTF8 between 8.0 and 8.1 - Mailing list pgsql-hackers

From Andrew - Supernews
Subject Re: Differences in UTF8 between 8.0 and 8.1
Date
Msg-id slrndlm9h2.g61.andrew+nonews@trinity.supernews.net
Whole thread Raw
In response to Differences in UTF8 between 8.0 and 8.1  (Paul Lindner <lindner@inuus.com>)
Responses Re: Differences in UTF8 between 8.0 and 8.1
List pgsql-hackers
On 2005-10-22, Paul Lindner <lindner@inuus.com> wrote:
> I've generated dumps using pg_dump from 8.0 and 8.1.  Attempting to
> restore these results in
>
>  Invalid UNICODE byte sequence detected near byte ...

What were the exact offending bytes?

> Question:
>
> Does the 8.1 Unicode sanity code accept the full set of characters
> accepted by the 8.0 Unicode sanity code?

No. 8.0 and before accepted a lot of stuff that it should never have, and
failed to accept stuff that it should have.

-- 
Andrew, Supernews
http://www.supernews.com - individual and corporate NNTP services


pgsql-hackers by date:

Previous
From: Qingqing Zhou
Date:
Subject: Re: [PATCHES] Win32 CHECK_FOR_INTERRUPTS() performance
Next
From: Gregory Maxwell
Date:
Subject: On externals sorts and other IO bottlenecks in postgresql.