Re: Sorting in Unicode not working

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: hitesh(at)shukrasoft(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Sorting in Unicode not working
Date: 2004-04-10 16:50:48
Message-ID: 7048.1081615848@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hitesh Bagadiya <bagadiya(at)yahoo(dot)com> writes:
> We did set the locate to hi_IN at initdb but sorting is not
> working.

You should check that you have selected a database encoding that matches
what the locale expects. Also double-check that you really do have that
locale selected (use pg_controldata, or in 7.4 just "show lc_collate").

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-04-10 17:05:14 Re: Sorting in Unicode not working
Previous Message Bruno Wolff III 2004-04-10 15:34:15 Re: Errors in transactions