Re: encoding issue with postgres 8.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: encoding issue with postgres 8.0
Дата
Msg-id 2130.1124806800@sss.pgh.pa.us
обсуждение исходный текст
Ответ на encoding issue with postgres 8.0  (Kailash Vyas <kailash.vyas@gmail.com>)
Список pgsql-admin
Kailash Vyas <kailash.vyas@gmail.com> writes:
> The database cluster will be initialized with locale en_GB.UTF-8.
> initdb: warning: encoding mismatch
> The encoding you selected (SQL_ASCII) and the encoding that the selected
> locale uses (UTF-8) are not known to match. This may lead to
> misbehavior in various character string processing functions. To fix
> this situation, rerun initdb and either do not specify an encoding
> explicitly, or choose a matching combination.

> what is the matching locale that i should be using in this case?

If you want to use SQL_ASCII (ie, have no enforcement of encoding
validity) the only really safe locale is "C".  If you were using another
combination with your old database and not having trouble, you may
decide to ignore the warning and keep using that combination --- it'll
work just as well or badly as before.  But with what you have here,
if you ever accidentally put any non-UTF8 data into the database,
you'll likely get odd behavior.

            regards, tom lane

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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: Creating tables...not a usual question (I think)
Следующее
От: Don Drake
Дата:
Сообщение: Re: sleep?