Re: Locale Issue

Поиск
Список
Период
Сортировка
От Stuart Bishop
Тема Re: Locale Issue
Дата
Msg-id CADmi=6OcNB0wtpFZZSV-h7nJF0poheR1WazmYMFDOkyh5NSQfg@mail.gmail.com
обсуждение исходный текст
Ответ на Locale Issue  (Don Parris <parrisdc@gmail.com>)
Ответы Re: Locale Issue  (Don Parris <parrisdc@gmail.com>)
Список pgsql-general
On Wed, Aug 21, 2013 at 4:55 PM, Don Parris <parrisdc@gmail.com> wrote:

> I did run pg_dropcluster, pg_createcluster (setting locale to C.UTF8) - and
> that seemed to work, except that I could not thereafter make remote
> connections (despite resetting the hba and postgres.conf files as they
> should be).

Rather than chasing locales, I'd look into why you failed here. When
you install the PostgreSQL packages, it runs pg_createcluster for you.
If you don't like the locale or encoding you used, you run
pg_dropcluster and pg_createcluster as you did. The reason why your
database did not work after doing this is probably obvious from your
log files.


--
Stuart Bishop <stuart@stuartbishop.net>
http://www.stuartbishop.net/


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Unique constraint and unique index
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: How to know detailed information about HOT(Heap-Only Tuples)?