Re: to --enable-locale or not to --enable-locale?

From: "Niclas Gustafsson" <niclas(dot)gustafsson(at)codesense(dot)com>
To: "'Oliver Elphick'" <olly(at)lfix(dot)co(dot)uk>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: to --enable-locale or not to --enable-locale?
Date: 2002-03-25 12:41:36
Message-ID: 003501c1d3fa$67d3e7f0$b700a8c0@gmg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hrm, a big RTFM to myself. :)
>"The sort order used within a particular database cluster is set
>by initdb and cannot be changed later, short of dumping all data,
>rerunning initdb, and reloading the data."

Well I changed LC_ALL to LATIN1 and run initdb, dumped back all the
data, but the sorting order seem to wrong still, allthough different,

pg_controldata shows:
LC_COLLATE: C
LC_CTYPE: C

Now I get the data sorted in the order below, quite close though:

aa
ab



ba
bb



za

äa
äb
åa
åb

The å and ä are sorted in the wrong order.
Where can I see the order of the charset?

Regards,
Niclas Gustafsson

-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Niclas Gustafsson
Sent: den 25 mars 2002 12:47
To: 'Oliver Elphick'
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] to --enable-locale or not to --enable-locale?

Hi,

I am sure that 1) is correct, allthough I think I've overlooked 2)!
pg_controldata reports: (last 2 rows)
LC_COLLATE: en_US
LC_CTYPE: en_US

Is it possible to change this after you've run initdb?

Regards,
Niclas Gustafsson

-----Original Message-----
From: pgsql-admin-owner(at)postgresql(dot)org
[mailto:pgsql-admin-owner(at)postgresql(dot)org] On Behalf Of Oliver Elphick
Sent: den 25 mars 2002 12:26
To: Niclas Gustafsson
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] to --enable-locale or not to --enable-locale?

On Mon, 2002-03-25 at 11:14, Niclas Gustafsson wrote:
> Hi, I'm having trouble sorting my data.
>
> I'm using PostgresQL 7.2 compiled with:
> --enable-multibyte=LATIN1 --enable-locale
...
> Then I've inserted some test values which seem to be sorted wrongfully
> when I issue an
> select * from sorttest order by data
...
> I want it sorted in abcd..zåäö
> What am I missing here? Any Ideas?

1. Does the locale you are using sort as you want?

2. Did you initdb with that locale set? (Use pg_controldata from
contrib to see what locale the backend is using.) locale must be set
correctly for initdb, to ensure that indexes don't get broken by changes
of locale.

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C

"Why are you downcast, O my soul? Why so disturbed
within me? Put your hope in God, for I will yet praise
Him, my Saviour and my God." Psalm 42:11

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Oliver Elphick 2002-03-25 12:52:15 Re: to --enable-locale or not to --enable-locale?
Previous Message Niclas Gustafsson 2002-03-25 11:47:25 Re: to --enable-locale or not to --enable-locale?