BUG #16103: Initdb does not respect country for language

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16103: Initdb does not respect country for language
Дата
Msg-id 16103-229450f8a1771238@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16103: Initdb does not respect country for language  (Sandeep Thakkar <sandeep.thakkar@enterprisedb.com>)
Re: BUG #16103: Initdb does not respect country for language  (Fahar Abbas <fahar.abbas@enterprisedb.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16103
Logged by:          Simon Wimmesberger
Email address:      simon.wimmesberger@zoetis.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.


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: BUG #16100: Cannot access to the sever with the password
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #16102: Table can't be drop on PostgreSQL 10.09 if the table was created from PostgreSQL 10.10