ERROR: encoding LATIN9 does not match server's locale en_US

Поиск
Список
Период
Сортировка
От Arnau
Тема ERROR: encoding LATIN9 does not match server's locale en_US
Дата
Msg-id 47F270CA.8040407@andromeiberica.com
обсуждение исходный текст
Ответы Re: ERROR: encoding LATIN9 does not match server's locale en_US  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Hi all,

  Using PostgreSQL 8.3.0 I'm trying to do the following:

template1=# create database test with encoding='LATIN9';
ERROR:  encoding LATIN9 does not match server's locale en_US
DETAIL:  The server's LC_CTYPE setting requires encoding LATIN1.

  I've been looking into the documentation to fix this and the only way
I have found is to use initdb to recreate the cluster, Is there any
other option?

Thanks
--
Arnau

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

Предыдущее
От: "Benjamin Krajmalnik"
Дата:
Сообщение: Re: connection problems
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: encoding LATIN9 does not match server's locale en_US