unicode or cyrillic in postgresql

From: pginfo <pginfo(at)t1(dot)unisoftbg(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: unicode or cyrillic in postgresql
Date: 2002-09-22 09:02:49
Message-ID: 3D8D8739.AFCD1696@t1.unisoftbg.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I have created a new db with unicode options.
After inserting some data (varchar defined) into my table,
I started select * from mytable order by my_varchar_field.

I was supprised, but the sorting do not work!

Is it a bug in postgresq or it do not support unicode sorting?

Can I use nvarchar as datatype in postgresql ?

Exist any direction to point me for unicode and cyrillic in postgresql?

Many thanks in advance,
Ivan.

Browse pgsql-general by date

  From Date Subject
Next Message Neil Conway 2002-09-22 13:03:55 Re: User Defined Functions
Previous Message Jean-Christian Imbeault 2002-09-22 06:11:57 Re: Book recommendation