Re: How to sort strings containing a dot?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to sort strings containing a dot?
Дата
Msg-id 22115.1206460727@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How to sort strings containing a dot?  (Pierre LEBRECH <pierre.lebrech@laposte.net>)
Список pgsql-general
Pierre LEBRECH <pierre.lebrech@laposte.net> writes:
> I want to sort strings containing a dot but by taking care of this dot
> like any other character.

I suspect what you really want is C locale, and what you've got is
some other locale that uses "dictionary" sort rules.  Try "show lc_collate".

            regards, tom lane

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

Предыдущее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: return value from SQL statement
Следующее
От: Pierre LEBRECH
Дата:
Сообщение: Re: How to sort strings containing a dot?