Re: Corruption of multibyte identifiers on UTF-8 locale - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Corruption of multibyte identifiers on UTF-8 locale
Date
Msg-id 26362.1159033469@sss.pgh.pa.us
Whole thread Raw
In response to Re: Corruption of multibyte identifiers on UTF-8 locale  (Victor Snezhko <snezhko@indorsoft.ru>)
Responses Re: Corruption of multibyte identifiers on UTF-8 locale
List pgsql-bugs
Victor Snezhko <snezhko@indorsoft.ru> writes:
> Agreed, but such corruption indicates that there is non-multibyte-safe
> (octet-wise) case conversion somewhere, at best (with fully working
> locale) it will cause case conversion to do nothing instead of actual
> conversion.

Yours is the first installation I've heard of that fails to get this
right, and the code in question (downcase_truncate_identifier) has
been like that since PG 7.4.something ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Victor Snezhko
Date:
Subject: Re: Corruption of multibyte identifiers on UTF-8 locale
Next
From: Victor Snezhko
Date:
Subject: Re: Corruption of multibyte identifiers on UTF-8 locale