Switch postgresql to english
This commit is contained in:
parent
bd05b702bb
commit
628e11488d
1 changed files with 4 additions and 5 deletions
|
@ -607,11 +607,10 @@ timezone = 'Europe/Paris'
|
||||||
# encoding
|
# encoding
|
||||||
|
|
||||||
# These settings are initialized by initdb, but they can be changed.
|
# These settings are initialized by initdb, but they can be changed.
|
||||||
lc_messages = 'fr_FR.UTF-8' # locale for system error message
|
lc_messages = 'en_US.UTF-8'
|
||||||
# strings
|
lc_monetary = 'en_US.UTF-8'
|
||||||
lc_monetary = 'fr_FR.UTF-8' # locale for monetary formatting
|
lc_numeric = 'en_US.UTF-8'
|
||||||
lc_numeric = 'fr_FR.UTF-8' # locale for number formatting
|
lc_time = 'en_US.UTF-8'
|
||||||
lc_time = 'fr_FR.UTF-8' # locale for time formatting
|
|
||||||
|
|
||||||
# default configuration for text search
|
# default configuration for text search
|
||||||
default_text_search_config = 'pg_catalog.french'
|
default_text_search_config = 'pg_catalog.french'
|
||||||
|
|
Loading…
Reference in a new issue