Your message dated Sun, 6 Sep 2009 13:57:49 +0200
with message-id <[email protected]>
and subject line Re: Bug#539772: postgresql-common: seems a non-issue now ...
has caused the Debian Bug report #539772,
regarding postgresql-common: pg_upgradecluster fails to transfer lc_messages
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
539772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539772
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: postgresql-common
Version: 100
Severity: normal
Running 8.3 -> 8.4 pg_upgradecluster apparently fails to
transfer the LC_MESSAGES setting while the man page says it
should (I didn't use any of the commandline options
regarding LC_* or locale):
postg...@merkur:~$ pg_lsclusters
Version Cluster Port Status Owner Data directory Log
file
8.3 main 5433 online postgres /var/lib/postgresql/8.3/main
/var/log/postgresql/postgresql-8.3-main.log
8.4 main 5432 online postgres /var/lib/postgresql/8.4/main
/var/log/postgresql/postgresql-8.4-main.log
postg...@merkur:~$ psql -d gnumed_v11 -p 5433
psql (8.4.0, Server 8.3.7)
WARNUNG: psql-Version 8.4, Serverversion 8.3.
Einige Features von psql werden eventuell nicht funktionieren.
Geben Sie »help« für Hilfe ein.
gnumed_v11=# show lc_messages ;
lc_messages
-------------
C
(1 Zeile)
postg...@merkur:~$ psql -d gnumed_v11 -p 5432
psql (8.4.0)
Geben Sie »help« für Hilfe ein.
gnumed_v11=# show lc_messages ;
lc_messages
-------------
de_DE.UTF-8
(1 Zeile)
postg...@merkur:~$ psql -l -p 5433
Liste der Datenbanken
Name | Eigentümer | Kodierung | Zugriffsrechte
------------+------------+-----------+-----------------------
gnumed_v10 | gm-dbo | UTF8 |
gnumed_v11 | gm-dbo | UTF8 |
gnumed_v9 | gm-dbo | UTF8 |
postgres | postgres | UTF8 |
template0 | postgres | UTF8 | =c/postgres
: postgres=CTc/postgres
template1 | postgres | UTF8 | =c/postgres
: postgres=CTc/postgres
(6 Zeilen)
postg...@merkur:~$ psql -l -p 5432
Liste der Datenbanken
Name | Eigentümer | Kodierung | Sortierfolge | Zeichentyp |
Zugriffsrechte
------------+------------+-----------+--------------+-------------+-----------------------
gnumed_v10 | gm-dbo | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 |
gnumed_v11 | gm-dbo | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 |
gnumed_v9 | gm-dbo | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 |
postgres | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 |
template0 | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 | =c/postgres
:
postgres=CTc/postgres
template1 | postgres | UTF8 | de_DE.UTF-8 | de_DE.UTF-8 | =c/postgres
:
postgres=CTc/postgres
(6 Zeilen)
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages postgresql-common depends on:
ii adduser 3.110 add and remove users and groups
ii debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii lsb-base 3.2-22 Linux Standard Base 3.2 init scrip
ii lsb-release 3.2-22 Linux Standard Base version report
ii postgresql-client-common 100 manager for multiple PostgreSQL cl
ii procps 1:3.2.8-1 /proc file system utilities
Versions of packages postgresql-common recommends:
ii ssl-cert 1.0.23 simple debconf wrapper for OpenSSL
postgresql-common suggests no packages.
-- debconf information:
* postgresql-common/obsolete-major:
postgresql-common/untransitioned:
--- End Message ---
--- Begin Message ---
Hello Karsten,
Karsten Hilbert [2009-09-03 15:24 +0200]:
> closer inspection reveals that, indeed, pg_upgradecluster did the right
> thing (as usual ;-)
>
> The pg_database clearly shows the lc_messages setting did get
> transferred so that's not an issue.
Heh, thanks for checking again. Closing this report then.
Greetings,
Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
--- End Message ---