Re: Locale Issue

Поиск
Список
Период
Сортировка
От Vincent Veyron
Тема Re: Locale Issue
Дата
Msg-id 1377205951.2356.37.camel@asus-1001PX.home
обсуждение исходный текст
Ответ на Re: Locale Issue  (Don Parris <parrisdc@gmail.com>)
Ответы Re: Locale Issue
Список pgsql-general
Le jeudi 22 août 2013 à 11:29 -0400, Don Parris a écrit :

>   Still, how could I have made UTF-8 the default encoding at install
> time?

I did several recent installations of Postgresql on Debian Wheezy with
UTF8 and LATIN9, and my system's encoding was used every time.

Installation steps outlined below.

Before you install Postgresql, make sure your systems encoding is set to
UTF-8, which you can check with :
locale -a

If it's not, run :
dpkg-reconfigure locales

and select UTF-8 for your language.

Use apt-get to install Postgresql :
apt-get install postgresql postgresql-client

I'm not sure if Kubuntu adds some overhead to the installation process.
You might want to try a regular debian install and add the KDE desktop
to it.


--
Salutations, Vincent Veyron
http://marica.fr/site/demonstration
Logiciel de gestion des contentieux juridiques et des sinistres d'assurance



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

Предыдущее
От: Daniele Varrazzo
Дата:
Сообщение: Re: Handling of tz-aware literals in non-tz-aware fields
Следующее
От: Don Parris
Дата:
Сообщение: Re: Locale Issue