Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

problem with nasty latin2 sorting


  • From: Anna Domachowska <anka(at)zjednoczenie(dot)com>
  • To: pgsql-hackers(at)postgresql(dot)org, pgsql-novice(at)postgresql(dot)org
  • Subject: problem with nasty latin2 sorting
  • Date: Wed, 21 Dec 2005 11:01:38 +0100
  • Message-id: <43A92802(dot)40706(at)zjednoczenie(dot)com>

Hello,
I've got a problem with sorting polish words in postgresql 7.4.2

For example, I've got couple of polish cities in my table 'x', results of sorting are:
(select city from x order by city asc)

Bydgoszcz
Gdańsk
Iława
Łódź
Żarnów
Malbork
Warszawa

So "Żarnów" is placed in wrong place, because it should be found after letter "Z" ??

What's wrong? Is there any patch to fix this? Does anybody had similar problem? I belive that postgres was compiled with "--enable-locale", and the right locale is set.

Anna Domachowska



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group