summaryrefslogtreecommitdiff
path: root/extra/postgresql/postgresql.confd
diff options
context:
space:
mode:
Diffstat (limited to 'extra/postgresql/postgresql.confd')
-rw-r--r--extra/postgresql/postgresql.confd2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/postgresql/postgresql.confd b/extra/postgresql/postgresql.confd
index 2d68f2772..6001c16d1 100644
--- a/extra/postgresql/postgresql.confd
+++ b/extra/postgresql/postgresql.confd
@@ -4,7 +4,7 @@
## Default data directory location
#PGROOT="/var/lib/postgres"
## Passed to initdb if necessary
-#INITOPTS="--locale $LANG"
+INITOPTS="--locale en_US.UTF-8"
## Default log file location
#PGLOG="/var/log/postgresql.log"
## Additional options to pass via pg_ctl's '-o' option