Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
8a60a8ae
Verified
Commit
8a60a8ae
authored
Nov 20, 2018
by
Florian Pritz
Browse files
postgres: Merge upstream config locale changes
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
99c02ad9
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/postgres/templates/postgresql.conf.j2
View file @
8a60a8ae
...
...
@@ -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'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment