Re: sorting problem - Mailing list pgsql-bugs

From Craig Ringer
Subject Re: sorting problem
Date
Msg-id 49FEAD6D.5090201@postnewspapers.com.au
Whole thread Raw
In response to Re: sorting problem  (CK Leung <ck@wecity.com>)
Responses Re: sorting problem
List pgsql-bugs
CK Leung wrote:
> I create a new database use UTF-8 and SQL_ASCII, same result found, how
> can i fix this problem ?

If I recall correctly, the collation order is set at initdb time, and
isn't bound to the database encoding. If that's right, you'd need to
dump all your databases, re-initdb with the new collation settings, and
re-load your databases.

--
Craig Ringer

pgsql-bugs by date:

Previous
From: CK Leung
Date:
Subject: Re: sorting problem
Next
From: "Marshall, Steve"
Date:
Subject: Re: sorting problem