"Kasahara Kenichi" <[EMAIL PROTECTED]> writes:
>> What locale is the database using? Strange comparison behavior is
>> fairly common if the locale expects a different encoding than you
>> are using...
> locale is 'C'.
Hm, it should work OK with C locale. I get apparently-correct output
on my 8.
What locale is the database using? Strange comparison behavior is
fairly common if the locale expects a different encoding than you
are using...
locale is 'C'.
client_encoding is 'SJIS'.
Locale 'C' is the same settings when I used version 8.0.3.
I think this is right..Or should I appoint "no l
"Kasahara Kenichi" <[EMAIL PROTECTED]> writes:
> Our development environment is
> Server OS: Red Hat Enterprise Linux ES 3
> DB : PostgreSQL 8.0.4
> both encodes are EUC_JP
What locale is the database using? Strange comparison behavior is
fairly common if the locale expects a different encoding t
There is a doubt of fatal bug on PostgreSQL 8.0.4.
I found this problem when I developed a system 3 days ago.
I examine some version.
It has no problem on version 8.0.3 and on 8.1.0.
It occured only on 8.0.4 and 2 byte character.
Our development environment is
Server OS: Red Hat Enterprise Linux