BUG #3924: Create Database with another encoding as the encoding from postgres - Mailing list pgsql-bugs

From Stefan Kunick
Subject BUG #3924: Create Database with another encoding as the encoding from postgres
Date
Msg-id 200802021901.m12J18lt096024@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3924: Create Database with another encoding as the encoding from postgres  (Peter Eisentraut <peter_e@gmx.net>)
Re: BUG #3924: Create Database with another encoding as the encoding from postgres  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      3924
Logged by:          Stefan Kunick
Email address:      stefan@kunick.org
PostgreSQL version: 8.3RC2
Operating system:   Windows Longhorn
Description:        Create Database with another encoding as the encoding
from postgres
Details:

I installed postgres with the encoding 1252. After this, i started the
program createdb (createdb -E LATIN1 -O postgres -p 5555 -U postgres). The
program stopped with the error message: createdb: database creation failed.
Error: encoding LATIN1 does not match server's locale German_Germany.1252
DETAIL: The server's LC_CTYPE setting requires encoding WIN1252.

With the former version 8.2, i can create a database with other encoding

pgsql-bugs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: BUG #3922: Problems migrating databases.
Next
From: Peter Eisentraut
Date:
Subject: Re: BUG #3924: Create Database with another encoding as the encoding from postgres