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 archives
  Advanced Search

Re: [GENERAL] bug in 7.4.2, concern unicode and russian content of


  • From: "Scott Marlowe" <smarlowe(at)qwest(dot)net>
  • To: "Alexander S." <sasha(at)in(dot)crimea(dot)ua>
  • Cc: pgsql-general(at)postgresql(dot)org, pgsql-bugs(at)postgresql(dot)org
  • Subject: Re: [GENERAL] bug in 7.4.2, concern unicode and russian content of
  • Date: Mon, 07 Jun 2004 13:58:19 -0600
  • Message-id: <1086638299.26618.2.camel@localhost.localdomain> <text/plain>

On Mon, 2004-06-07 at 12:11, Alexander S. wrote:
> There is bug in 7.4.2, concerning  unicode and russian letters. For db 
> in unicode russian data doesn`t order in alphabetical order (rows group 
> with the same first letter but not in alphabetical order).
> SELECT "person" from my_table ORDER BY "person";
> Rows group in such order (approximately): Ð-Ð-Ð-Ð-Ð, but must be : 
> Ð-Ð-Ð-Ð-Ð.
> For english letters all looks fine. For db in koi8r encoding also all 
> works right. So, I CANNOT use unicode with russian content of db in 
> postgres.  Is it bug or not?

What locale was your database initialized with?




Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group