Output Bug of pg_createcluster depending the used locale - Mailing list pgsql-pkg-debian

From Patryk Kordylewski
Subject Output Bug of pg_createcluster depending the used locale
Date
Msg-id 5195FA83.9010604@imos.net
Whole thread Raw
Responses Re: Output Bug of pg_createcluster depending the used locale  (Markus Wanner <markus@bluegap.ch>)
List pgsql-pkg-debian
Howdy,

i think i found a minor problem with pg_createcluster.

First my postgresql-common version:

ii  postgresql-common 142.pgdg60+1

Environment/locales:

# locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

Using the following command:

# pg_createcluster -d /data/shared-hosting/9.0 -e UTF-8
--locale=de_DE.UTF-8 9.0 shared-hosting

Creating new cluster 9.0/shared-hosting ...
   config /etc/postgresql/9.0/shared-hosting
   data   /data/shared-hosting/9.0
   locale en_US.UTF-8
   port   5432

It prints "locale en_US.UTF-8" but i want "--locale=de_DE.UTF-8".

Checking the cluster it hast the german locale, so it seems to be just
an output bug?

Best regards,
Patryk Kordylewski

XING: http://xing.to/patryk_kordylewski
JOBS: http://www.imos.net/jobs

--
imos  Gesellschaft fuer Internet-Marketing und Online-Services mbH
Alfons-Feifel-Str. 9 // D-73037 Goeppingen  // Stauferpark Ost
Tel: 07161 93339-17 // Fax: 07161 93339-99 // Internet: www.imos.net

Eingetragen im Handelsregister des Amtsgerichts Ulm, HRB 532571
Vertreten durch die Geschäftsfuehrer Alfred und Rolf Wallender

Attachment

pgsql-pkg-debian by date:

Previous
From: Christoph Berg
Date:
Subject: Wrong version of libpq5 in squeeze/wheezy/lucid/precise on amd64
Next
From: Markus Wanner
Date:
Subject: Re: Output Bug of pg_createcluster depending the used locale