Page 1 of 1

Changing language

PostPosted: Sat Jul 19, 2008 4:31 am
by Moah
Hello,

I have installed PostgresSQL in French, and I suspect the freeze I have when importing duplicate hands is because of that. I'm wondering if there's a way to change the language without uninstalling and reinstalling it.

Thank you.

Re: Changing language

PostPosted: Sat Jul 19, 2008 1:23 pm
by keggler
The language choice made during the installation only selects which language is used by the installer.

Try editing postgresql.conf and changing these parameters to these values:


lc_messages = 'English_United States.1252' # locale for system error message
# strings
lc_monetary = 'English_United States.1252' # locale for monetary formatting
lc_numeric = 'English_United States.1252' # locale for number formatting
lc_time = 'English_United States.1252' # locale for time formatting

# default configuration for text search
default_text_search_config = 'pg_catalog.english'


susan

highfalutin