From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Cc: | "Abraham, Danny" <danny_abraham(at)bmc(dot)com> |
Subject: | Re: initdb locale WIN1252 |
Date: | 2011-12-12 15:49:05 |
Message-ID: | 201112120749.05784.adrian.klaver@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Sunday, December 11, 2011 8:30:35 am Abraham, Danny wrote:
> What's wrong with locale WIN1252 ?
>
> Running successfully initdb, but strange warnings show ...
>
>
> The files belonging to this database system will be owned by user "EMPG".
> This user must also own the server process.
>
> The database cluster will be initialized with locale English_United
> States.1252. The default database encoding has accordingly been set to
> WIN1252. The default text search configuration will be set to "english".
>
> fixing permissions on existing directory C:/Program Files/BMC
> Software/Control-M EM 8.0.00/Default/pgsql/Data ... ok creating
> subdirectories ... ok
> selecting default max_connections ... 100
> selecting default shared_buffers ... 32MB
> creating configuration files ... ok
> creating template1 database in C:/Program Files/BMC Software/Control-M EM
> 8.0.00/Default/pgsql/Data/base/1 ... initdb: invalid locale name "WIN1252"
> initdb: invalid locale name "WIN1252" <==
> initdb: invalid locale name "WIN1252" <==
> initdb: invalid locale name "WIN1252"
> initdb: invalid locale name "WIN1252"
> initdb: invalid locale name "WIN1252"
> ok
First did the initdb complete?
If it did what locale are the databases in?
My suspicion is that initdb is looking for English_United States.1252 as the
locale not WIN1252.
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Sachin Srivastava | 2011-12-12 15:51:56 | Re: Having Issue Getting the Postgresql Service to Start |
Previous Message | Merlin Moncure | 2011-12-12 15:43:27 | Re: Controlling complexity in queries |