Re: locale-specific sort algorithms undocumented?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: locale-specific sort algorithms undocumented?
Дата
Msg-id 17152.1090801655@sss.pgh.pa.us
обсуждение исходный текст
Ответ на locale-specific sort algorithms undocumented?  (John Gunther <mail@bucksvsbytes.com>)
Ответы Re: locale-specific sort algorithms undocumented?
Список pgsql-general
John Gunther <mail@bucksvsbytes.com> writes:
> In the course of creating a new PG 7.4.3 server, I chose UTF-8 as my
> locale.

UTF-8 is a character set encoding, not a locale.  I suspect you may
have chosen en_US or something like that as your locale.

> I now find that sorting is very different with that setting: It
> appears, through trial and error, that all non-alphanumeric characters
> are completely ignored by ORDER BY.

I doubt they are ignored completely, but they probably are ignored in
the first-order comparison.  However, this is not PostgreSQL's
bailiwick; we just use whatever strcoll() behavior the C library
provides.  The correct place to be looking for this documentation
is in the libc or glibc docs.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: locale-specific sort algorithms undocumented?
Следующее
От: Bill Moran
Дата:
Сообщение: Re: Sql injection attacks