Bug #940: encoding err? or mb support err???

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #940: encoding err? or mb support err???
Date: 2003-04-10 01:08:58
Message-ID: 20030410010858.3FA82475458@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Lu Lin (cdsuperstar(at)eyou(dot)com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
encoding err? or mb support err???

Long Description
I configure it in right way,but

Sample Code
tmpdb=# select 'a'='b';
?column?
----------
f
(1 row)
tmpdb=# select ''='';
?column?
----------
t
(1 row)

No file was uploaded with this report

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2003-04-10 01:15:26 Bug #941: encoding err? or mb support err???(PGSQL7.3.2)
Previous Message Tom Lane 2003-04-09 15:34:32 Re: Bug #939: Function parameter of type int2 fail when called.