AW: BUG #16103: Initdb does not respect country for language

From: "Wimmesberger, Simon" <simon(dot)wimmesberger(at)zoetis(dot)com>
To: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: AW: BUG #16103: Initdb does not respect country for language
Date: 2020-02-05 08:58:14
Message-ID: a236ad4b32184100a258575159683dcd@CDBMBCP03.corp.zoetis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Any updates regarding this issue? This issue unfornutatly makes our work more unconfortable than it should be.

________________________________
Thanks for reporting, We will look into it.

On Fri, Nov 8, 2019 at 5:45 PM PG Bug reporting form <noreply(at)postgresql(dot)org<mailto:noreply(at)postgresql(dot)org>> wrote:
The following bug has been logged on the website:

Bug reference: 16103
Logged by: Simon Wimmesberger
Email address: simon(dot)wimmesberger(at)zoetis(dot)com<mailto:simon(dot)wimmesberger(at)zoetis(dot)com>
PostgreSQL version: 10.10
Operating system: Windows Server 2008 R2
Description:

When using the enterprisedb installer on Windows and I select the language
"German, Austria" it is passed to initdb with "German,Austria". When I look
at the database property of the initialized database the "collation" and
"character type" is set to "German_Germany.1252" instead of the expected
value of "German_Austria.1252". When I call initdb directly with
"German_Austria.1252" it works as expected. In our usecase we really want to
use the enterprisedb installer therefore selecting the language should work
as expected.

I have also tried to select "Englisch, Ireland" in the installer it is again
passed to initdb as "English,Ireland" but the database is then wrongly
initialized with "English_United States.1252" - so it seems like that the
installer somehow passes the Language/Country wrong the initdb executable or
initdb does not respect the country when passed in this format.

--
Sandeep Thakkar

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Arseny Sher 2020-02-05 09:04:06 Re: ERROR: subtransaction logged without previous top-level txn record
Previous Message PG Bug reporting form 2020-02-05 08:45:36 BUG #16244: Ref cursor from PostgreSQL and entity Framework