From 498d927ecd48e6938166e47ac50da0657f711ad9 Mon Sep 17 00:00:00 2001 From: Adis Nezirovic Date: Sat, 12 Apr 2014 15:11:59 +0700 Subject: system/postgresql: Updated for version 9.3.4. Signed-off-by: Willy Sudiarto Raharjo --- system/postgresql/README.SBo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/postgresql/README.SBo') diff --git a/system/postgresql/README.SBo b/system/postgresql/README.SBo index f5ab595037099..6ec5736c3ce33 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 -- cgit v1.2.3