summaryrefslogtreecommitdiffstats
path: root/system/postgresql/README.SBo
diff options
context:
space:
mode:
author Adis Nezirovic <adis@linux.org.ba>2014-04-12 15:11:59 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-12 15:11:59 +0700
commit498d927ecd48e6938166e47ac50da0657f711ad9 (patch)
tree91f0d0b7261611fd7b52af3e13bd71e81b441f83 /system/postgresql/README.SBo
parent1eddf6024ece2ec6add2aaf90d509f0af46b4b6a (diff)
downloadslackbuilds-498d927ecd48e6938166e47ac50da0657f711ad9.tar.gz
slackbuilds-498d927ecd48e6938166e47ac50da0657f711ad9.tar.xz
system/postgresql: Updated for version 9.3.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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