Re: Sorting is ignoring spaces

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Sorting is ignoring spaces
Дата
Msg-id 8816.1075590616@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Sorting is ignoring spaces  (Daniel Gaudreault <danielg@cadlink.com>)
Список pgsql-general
Daniel Gaudreault <danielg@cadlink.com> writes:
> One of our developers came across the fact that postgres is ignoring
> spaces when sorting results from a query.  We are using PGSQL 7.3.4 on
> the backend.  Is there something that needs to be set somewhere to for
> the sort to not ignore spaces?

Sounds like you initdb'd in a non-C locale.  Unfortunately the only fix
is to re-initdb.  You can't change locale on the fly because it affects
the sort ordering of indexes.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Sorting is ignoring spaces
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Insert question null/not null serial, etc.