Collation Order Change - Mailing list pgsql-general

From Len Morgan
Subject Collation Order Change
Date
Msg-id 00f501c2018a$721ca630$5808a8c0@kttk.net
Whole thread Raw
Responses Re: Collation Order Change
List pgsql-general
I made the mistake of doing a rather "large" upgrade to my application (new
hardware, new version of the OS, latest Postgresql, etc) and it has not
worked right since.  The problem is that the sort order has changed on text
fields.  The archives mentioned an i18n or something like that file that
determined the local order but I didn't see how to apply that information to
my situation.  My before and afters are:

Before:
Postgres: 7.0
OS: RH 7.0

After:
Postgres: 7.2
OS: RH 7.2

The problem shows up in names that contain more than one word.  It seems
that the "new" alphabetical order doesn't look at spaces or dashes when
deciding on order.  For example:

De La Rosa-Acosta
De La Rosa-Asente
Delarosa-Garcia
De La Rosa-Mendez
....

The third name should be after all of the "De La Rosa"s which it was on the
old system.  What do I need to do to change this back to the "correct"
sorting order?  I made it by last months billing by dragging out the old
hardware/software but that won't work any more.

Thanks

Len Morgan





pgsql-general by date:

Previous
From: Erwin Ambrosch
Date:
Subject: Question about numeric
Next
From: Tom Jenkins
Date:
Subject: Re: Update and Insert in a View Insert Rule