BUG #1129: select query returns multiple results for a japanese characters

Поиск
Список
Период
Сортировка
От PostgreSQL Bugs List
Тема BUG #1129: select query returns multiple results for a japanese characters
Дата
Msg-id 20040407063147.DA174CF50CD@www.postgresql.com
обсуждение исходный текст
Ответы Re: BUG #1129: select query returns multiple results for a japanese characters  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1129
Logged by:          prasvenk

Email address:      prasvenk@yahoo.com

PostgreSQL version: 7.4

Operating system:   rehat linux 9

Description:        select query returns multiple results for a japanese
characters

Details:

Hi,
I tried the following query on a windows 2000 machine with cywin and
postgres 7.4

select * from colour_master where colour_name='シンギン ';

this returned one row which is correct.

i passed the same query to a same database but on a linux machine with
postgres 7.4.2 it returned me around 5 rows which is not correct .

these are the rows which were returned.
オレンジ
もみじ赤
もみじ黄
赤土白地
シンギン

Any kind of help will the appreciable.

Thanks in advance.
Regards,
Prasvenk

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Sequential Scan Index Bug
Следующее
От: Jiang Wei
Дата:
Сообщение: INSERT INTO ... SELECT