migration to C.UTF-8 locale for database

This commit is contained in:
Daniel Micay 2024-02-15 13:37:16 -05:00
parent e6a9d006d7
commit 7cce9ed541
1 changed files with 4 additions and 4 deletions

View File

@ -725,11 +725,11 @@ timezone = UTC
# encoding
# These settings are initialized by initdb, but they can be changed.
lc_messages = 'en_US.UTF-8' # locale for system error message
lc_messages = 'C.UTF-8' # locale for system error message
# strings
lc_monetary = 'en_US.UTF-8' # locale for monetary formatting
lc_numeric = 'en_US.UTF-8' # locale for number formatting
lc_time = 'en_US.UTF-8' # locale for time formatting
lc_monetary = 'C.UTF-8' # locale for monetary formatting
lc_numeric = 'C.UTF-8' # locale for number formatting
lc_time = 'C.UTF-8' # locale for time formatting
#icu_validation_level = warning # report ICU locale validation
# errors at the given level