Bug #941: encoding err? or mb support err???(PGSQL7.3.2)

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #941: encoding err? or mb support err???(PGSQL7.3.2)
Date: 2003-04-10 01:15:26
Message-ID: 20030410011526.16113475458@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???(PGSQL7.3.2)

Long Description
I configure it(PGSQL7.3.2) in right way, /src/test/mb/xxxxx.sh test passed!
but I type the sql , the result is bad!
additional,in PGSQL 7.1. The sql implement successed!

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 Radim Ballner 2003-04-10 08:43:40 RedHat 9
Previous Message pgsql-bugs 2003-04-10 01:08:58 Bug #940: encoding err? or mb support err???