Re: msvc++ build of 8.2.4 and encodings - Mailing list pgsql-hackers

From Charlie Savage
Subject Re: msvc++ build of 8.2.4 and encodings
Date
Msg-id 46D635B4.70101@savagexi.com
Whole thread Raw
In response to msvc++ build of 8.2.4 and encodings  (Charlie Savage <cfis@savagexi.com>)
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Some more msvc++ 8.2.4 build feedback
Next
From: Andrew Dunstan
Date:
Subject: Re: msvc++ build of 8.2.4 and encodings