Re: trouble with to_char('L')

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: trouble with to_char('L')
Дата
Msg-id 20090421231322.GV10358@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: trouble with to_char('L')  (Mikko <mhannesy@gmail.com>)
Ответы Re: trouble with to_char('L')  (Mikko <mhannesy@gmail.com>)
Список pgsql-general
Mikko escribió:
> On Tue, Apr 21, 2009 at 8:13 PM, Alvaro Herrera
> <alvherre@commandprompt.com> wrote:
> > Maybe the problem here is that the chosen locales are not UTF8.  Does it
> > work if you set lc_numeric and lc_monetary to "Finnish_Finland.65001"
> > instead?  Those should match the server_encoding.
>
> alter database testdb set lc_monetary(or numeric) to
> 'Finnish_Finland.65001' returns:
> ERROR:  invalid value for parameter "lc_monetary": "Finnish_Finland.65001"

Ouch ... I thought that was the way that Windows designated UTF8
locales, but maybe I am wrong.

> However, I noticed that both lc_collate and lc_ctype are set to
> Finnish_Finland.1252 by the installer. Should I have just run initdb
> with --locale fi_FI.UTF8 at the very start? The to_char('L') works
> fine with a database with win1252 encoding.

Hmm, it should have disallowed the creation of an UTF8 database then.
Maybe that part is what is broken here.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Yet another "drop table vs delete" question
Следующее
От: "Crowe, Eric"
Дата:
Сообщение: Can Autovaccuum also reindex