Re: msvc++ build of 8.2.4 and encodings

Поиск
Список
Период
Сортировка
От Charlie Savage
Тема Re: msvc++ build of 8.2.4 and encodings
Дата
Msg-id 46D635B4.70101@savagexi.com
обсуждение исходный текст
Ответ на msvc++ build of 8.2.4 and encodings  (Charlie Savage <cfis@savagexi.com>)
Список pgsql-hackers
> Using a MSYS build:
> 
>  > CREATE DATABASE test1 WITH ENCODING = 'utf8';
> 
>  > show all
> 
> "lc_collate";"en_US.UTF-8"
> "lc_ctype";"en_US.UTF-8"
> "lc_messages";"C"
> "lc_monetary";"C"
> "lc_numeric";"C"
> "lc_time";"C"

Sorry, the above output is for Linux (Fedora Core 6).  With an MSYS 
build on my XP laptop its:

"lc_collate";"C"
"lc_ctype";"C"
"lc_messages";"C"
"lc_monetary";"C"
"lc_numeric";"C"
"lc_time";"C"

Still different than the MSVC++ build.

Thanks,

Charlie

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Some more msvc++ 8.2.4 build feedback
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: msvc++ build of 8.2.4 and encodings