Re: msvc++ build of 8.2.4 and encodings

From: Charlie Savage <cfis(at)savagexi(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: msvc++ build of 8.2.4 and encodings
Date: 2007-08-30 03:12:52
Message-ID: 46D635B4.70101@savagexi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2007-08-30 03:22:19 Re: msvc++ build of 8.2.4 and encodings
Previous Message Andrew Dunstan 2007-08-30 03:12:32 Re: Some more msvc++ 8.2.4 build feedback