Re: encoding warnings while intializing database.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: encoding warnings while intializing database.
Дата
Msg-id 5253.1268507101@sss.pgh.pa.us
обсуждение исходный текст
Ответ на encoding warnings while intializing database.  (Wes Sheldahl <wes.sheldahl@gmail.com>)
Список pgsql-bugs
Wes Sheldahl <wes.sheldahl@gmail.com> writes:
> copying template1 to template0 ... WARNING:  could not determine
> encoding for locale "en_US.US-ASCII": codeset is "US-ASCII"
> DETAIL:  Please report this to <pgsql-bugs@postgresql.org>.

Thanks for the report.  We have already modified CVS HEAD to default
to SQL_ASCII in this situation, though the actual usefulness of that
behavior is a bit debatable.  You'd probably be better off selecting
one of the locale values with a more explicit codeset setting,
such as en_US.ISO8859-1 or en_US.UTF-8.

            regards, tom lane

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

Предыдущее
От: Wes Sheldahl
Дата:
Сообщение: encoding warnings while intializing database.
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: PD_ALL_VISIBLE flag error on 9.0 alpha 4