| From: | "Korshunov Ilya" <kosha(at)kp(dot)ru> |
|---|---|
| To: | <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Problem with cyrilic |
| Date: | 2001-10-09 04:58:46 |
| Message-ID: | 013101c1507f$13eaace0$1a01a8c0@kp.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hello!
I have a trouble with PostgreSQL 7.1.3 (and 7.1.2 too). My OS is Solaris 8x86 with russian locale. PostgreSQL was builded from sources and configured with : --enable-locale --enable-multibyte=WIN.
My problem with sorting lowercase russian words in the text fields (type - "varchar") after cyrilic letter "P".
create table test (id serial, rubrik varchar (255));
Then inserting words in russian (from the client written on php - encoding win1251)
select * from library order by rubriks - will cause this problem.
I think that this problem is only on Solaris systems because my friend use it on Linux SuSe and he don't have any troubles.
regards
kosha
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Haller Christoph | 2001-10-09 11:01:26 | Re: System usage and statistics |
| Previous Message | Tom Lane | 2001-10-09 04:56:16 | Re: PL/pgSQL doc sample bug? (in 7.1.3) |