clone 283849 -1
reassign -1 gforge-db-postgresql
severity -1 important
retitle -1 gforge-db-postgresql: upgrades broken if postgresql doesn't run in 
an english locale
thanks

Hi,
since the createdb program provided by postgresql doesn't communicate
its environment to the server, and given that the scripts provided by
the gforge package rely on psql messages in english, I think that gforge
should not use createdb, but instead use something like:
echo "SET LC_MESSAGES TO 'C'; CREATE DATABASE gforge"|psql template1
as suggested by Oliver Elphick, which seems to be the only reliable way
to get messages in english, if the server is running with a different
locale. :(

Thanks,
Julien Cristau

Attachment: signature.asc
Description: Digital signature

Reply via email to