Re: Locale / Encoding mismatch

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Locale / Encoding mismatch
Дата
Msg-id 20080330180158.GA24970@svana.org
обсуждение исходный текст
Ответ на Locale / Encoding mismatch  (Naz Gassiep <naz@mira.net>)
Ответы Re: Locale / Encoding mismatch  (Naz Gassiep <naz@mira.net>)
Список pgsql-general
On Mon, Mar 31, 2008 at 04:32:16AM +1100, Naz Gassiep wrote:
> I have never bothered with the server's locale, all the locale handling
> in the app gets handled within the DB itself. I guess I now have to dig
> into the murky world of system locales and how they affect my app
> ecosystem. I don't suppose there is an easy solution to this and a short
> explanation of why it now occurs is there?

Basically, your locale defines your sort order and the encoding and the
locale you've chosen in incompatable with the encoding you want to use
in the backend. Having differing ideas of the encoding causing sorting
to fail in odd ways and in extreme cases, crashes.

Short answer is: use en_AU.UTF-8 for your locale.  If it doesn't exist
you can create it using /etc/locale.gen (assuming you're running some
kind of linux)

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.

Вложения

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

Предыдущее
От: Naz Gassiep
Дата:
Сообщение: Locale / Encoding mismatch
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Using tables in other PostGreSQL database