Martijn van Oosterhout <kleptog@svana.org> writes: > On Tue, Sep 12, 2006 at 09:43:31AM +0200, Ragnar =D6sterlund wrote: >> I get the error: >> initdb: invalid locale name "sv_SE.ISO-8859-1"
> 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. 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 -a | grep sv sv_FI sv_FI.iso88591 [EMAIL PROTECTED] sv_FI.utf8 [EMAIL PROTECTED] sv_SE sv_SE.iso88591 sv_SE.iso885915 sv_SE.utf8 $ regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly