summaryrefslogtreecommitdiffstats
path: root/system/postgresql/README.SBo
diff options
context:
space:
mode:
Diffstat (limited to 'system/postgresql/README.SBo')
-rw-r--r--system/postgresql/README.SBo2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/postgresql/README.SBo b/system/postgresql/README.SBo
index f5ab595037..6ec5736c3c 100644
--- a/system/postgresql/README.SBo
+++ b/system/postgresql/README.SBo
@@ -1,7 +1,7 @@
Before you can run postgresql you'll need to create the
database files in /var/lib/pgsql. The following should do
the trick.
- # su postgres -c "initdb -D /var/lib/pgsql/9.3/data -E utf-8 -A md5 -W"
+ # su postgres -c "initdb -D /var/lib/pgsql/9.3/data --locale=en_US.UTF-8 -A md5 -W"
Additionally, a logrotation script and init script are included.
For production level log file handling please read