Collation Order Change

Поиск
Список
Период
Сортировка
От Len Morgan
Тема Collation Order Change
Дата
Msg-id 00f501c2018a$721ca630$5808a8c0@kttk.net
обсуждение исходный текст
Ответы Re: Collation Order Change  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Erwin Ambrosch
Дата:
Сообщение: Question about numeric
Следующее
От: Tom Jenkins
Дата:
Сообщение: Re: Update and Insert in a View Insert Rule