Re: RES: Order by behaviour

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: RES: Order by behaviour
Дата
Msg-id 20070329092116.Q23533@megazone.bigpanda.com
обсуждение исходный текст
Ответ на RES: Order by behaviour  ("Carlos H. Reimer" <carlos.reimer@opendb.com.br>)
Список pgsql-general
On Thu, 29 Mar 2007, Carlos H. Reimer wrote:

> Humm, ok, it is clear now.
>
> And is there a way to change something in this behaviour, like not ignore
> spaces and some type of symbols?

Well, right now it's generally determined by your OS's definition of the
locale you've chosen. You might be able to pick another locale which has
different behavior if your system supports one or gives you a reasonable
way to create one, or as the last ditch attempt, locale "C" for bytewise
ordering. However, I think you'll need to recreate the database if you
change the locale.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Btree indexes, large numbers and <= comparisons
Следующее
От: "CAJ CAJ"
Дата:
Сообщение: Re: How to speedup CHECKPOINTs?