problem with Win1251 (Cyrillic)

From: "Dobrena Miteva" <d_miteva(at)fullsoft(dot)net>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: problem with Win1251 (Cyrillic)
Date: 2005-04-04 09:44:21
Message-ID: 000801c538fa$e498b640$2100a8c0@reny
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dear Postgre team,

My name is Mladen Mitev.

I downloaded and installed Postgre SQL 8.0.1 and I found that it did not work with Win1251 (Cyrillic). It did not translate the capital and small letters.

These commands did not work:

ILIKE

lower()

upper()

By example:

1.

create table t1 (c1 varchar(15) )

2.

insert into t1( c1) values ('Проба')

3.

select lower( c1), c1 from t1

output :

'Проба'

it should be:

'проба'

I would like to consult me how to solve this problem?

I am looking forward your prompt reply.

Thank you in advance,

Mladen Mitev

mitev(at)fullsoft(dot)net

www.fullsoft.net

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Roman Schayuk 2005-04-04 14:04:44 BUG #1577: round(dp) function does not round to nearest integer properly
Previous Message Tom Lane 2005-04-04 01:10:15 Re: Bad mis-costing of Merge Left Join in 8.0.1