From: | "Stefan Kunick" <stefan(at)kunick(dot)org> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #3924: Create Database with another encoding as the encoding from postgres |
Date: | 2008-02-02 19:01:08 |
Message-ID: | 200802021901.m12J18lt096024@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 3924
Logged by: Stefan Kunick
Email address: stefan(at)kunick(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Stefan Kunick | 2008-02-02 19:20:48 | BUG #3925: You can delete enum elements from pg_enum, but it is used in a table |
Previous Message | Peter Eisentraut | 2008-02-02 12:58:03 | Re: BUG #3922: Problems migrating databases. |