Re: Problem while ordering Turkish chars

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problem while ordering Turkish chars
Date: 2003-04-19 15:49:15
Message-ID: 21889.1050767355@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Devrim GUNDUZ <devrim(at)gunduz(dot)org> writes:
> Here is the locale setting:
> LC_MESSAGES = 'en_US'
> LC_MONETARY = 'en_US'
> LC_NUMERIC = 'en_US'
> LC_TIME = 'en_US'

> If I change it to tr_TR, nothing changes.

LC_COLLATE is what determines sort order, and you can't change it on the
fly; it's determined at initdb time. You'll need to re-initdb in tr_TR
locale. (See pg_controldata printout.)

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-04-19 16:01:30 Re: Note about upcoming instability in FE/BE protocol
Previous Message Tom Lane 2003-04-19 15:33:31 Re: For the ametures. (related to "Are we losing momentum?")