Re: [GENERAL] "Invalid multibyte character for locale" still there

2005-01-31 Thread Tom Lane
Marian POPESCU <[EMAIL PROTECTED]> writes: > I put up a testcase at > http://perso.netpratique.fr/softexpert/pgsql/unicodetest.data.gz After experimenting, the only case in which I could get that failure was to deliberately force a database encoding incompatible with the locale, namely initdb wit

Re: [GENERAL] "Invalid multibyte character for locale" still there

2005-01-31 Thread Tom Lane
Marian POPESCU <[EMAIL PROTECTED]> writes: > I want to report a bug on PG 8.0 (linux : Fedora Core 3) > A LIKE '%langage C%' in the WHERE clause of my SELECT statement gives > "invalid multibyte character for locale" error. > I thought the bug > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?i

[GENERAL] "Invalid multibyte character for locale" still there

2005-01-31 Thread Marian POPESCU
Hi, I want to report a bug on PG 8.0 (linux : Fedora Core 3) A LIKE '%langage C%' in the WHERE clause of my SELECT statement gives "invalid multibyte character for locale" error. I thought the bug https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=113231 was fixed and the patch was incorporate