Skip to content
Snippets Groups Projects
Verified Commit 8a60a8ae authored by Florian Pritz's avatar Florian Pritz
Browse files

postgres: Merge upstream config locale changes


Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent 99c02ad9
No related branches found
No related tags found
No related merge requests found
......@@ -603,11 +603,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 = 'en_US.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 = '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
# default configuration for text search
default_text_search_config = 'pg_catalog.english'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment