Locale and multibyte support in 7.1

From: tolik(at)aaanet(dot)ru (Anatoly K(dot) Lasareff)
To: pgsql-hackers(at)postgresql(dot)org
Subject: Locale and multibyte support in 7.1
Date: 2000-12-13 11:06:16
Message-ID: 86k8948tsn.fsf_-_@tolikus.hq.aaanet.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi!

I download, configure and install postgresql-7.1beta1 _exactly_ the
same way as my previous version - 7.0.2:

./configure --enable-multibyte=KOI8 --enable-locale
gmake
gmake install

initdb

But it seems to me locale support gone out. In particulary

select upper('Русский текст - Russian text');

(first two words are russian in lowercase in KOI8 encoding) don't give
uppercase russian text - russian letters don't change. But when I do
the _same_ steps with 7.0.2 - all is OK. May anyone help me? I work
under FreeBSD 4.0.

--
Anatoly K. Lasareff Email: tolik(at)aaanet(dot)ru
http://tolikus.hq.aaanet.ru:8080 Phone: (8632)-710071

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Horst Herb 2000-12-13 11:34:27 PLEASE help with foreign key and inheritance problem
Previous Message Hannu Krosing 2000-12-13 10:58:25 Re: Bug in ILIKE function?