Re: Win32 & NLS
"Magnus Hagander" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32,gmane.comp.db.postgresql.devel.patches |
|---|---|
| Message-ID | <[email protected]> |
>> However, postgresql.conf does not load with the error message:
>> FATAL: invalid value for parameter "lc_messages": "EN"
>
>That's because "en" isn't a legal locale spec. "en_US", for instance,
>would be valid. (At least on most platforms ... maybe Windoze
>is out in
>left field?)
Tried that too. Tried a whole lot of combinations of both unix style
(sv_SE, sv, se, se_sv for example) and windows style (Swedish.Sweden,
Sweden.Swedish, Swedish.Sweden.1252, etc etc). *it never works*. It
*does work* if I set it as an environment variable.
//Magnus
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match