Re: initdb: invalid locale name "sv_SE.ISO-8859-1"

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: initdb: invalid locale name "sv_SE.ISO-8859-1"
Дата
Msg-id 20060912151555.GE16069@svana.org
обсуждение исходный текст
Ответ на Re: initdb: invalid locale name "sv_SE.ISO-8859-1"  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: initdb: invalid locale name "sv_SE.ISO-8859-1"
Список pgsql-general
On Tue, Sep 12, 2006 at 10:05:33AM -0400, Tom Lane wrote:
> > Check whether this locale exists in /etc/locale.gen. If the name
> > doesn't exactly match, postgresql will complain that it doesn't know
> > it.
>
> I think the more portable way to discover what locale names the OS
> knows is "locale -a" ... /etc/locale.gen doesn't exist on my machines.

Debian and Ubuntu stopped shipping complete locale databases a long
time ago, it was way too large for a base system (>50MB IIRC). So
there's now a file where you list the locales you want and it creates a
database with just that.

> FWIW, on the machines I have access to, "sv_SE.iso88591" seems to be the
> standard spelling for this locale name; for instance on Fedora Core 5

locale... standard spelling... Heh, this is one area where "standard"
doesn't mean very much.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: initdb: invalid locale name "sv_SE.ISO-8859-1"
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Child program using parent program's transaction?