[open-ils-commits] r19706 - trunk (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Mar 11 15:39:53 EST 2011
Author: dbs
Date: 2011-03-11 15:39:48 -0500 (Fri, 11 Mar 2011)
New Revision: 19706
Modified:
trunk/README
Log:
Update the README to include explict LC_CTYPE/LC_COLLATE db settings
Modified: trunk/README
===================================================================
--- trunk/README 2011-03-11 20:39:03 UTC (rev 19705)
+++ trunk/README 2011-03-11 20:39:48 UTC (rev 19706)
@@ -124,7 +124,7 @@
commands, we assume that you are working with PostgreSQL 9.0 on a Debian-based
system:
-createdb --template template0 --encoding UNICODE evergreen
+createdb --template template0 --lc-ctype=C --lc-collate=C --encoding UNICODE evergreen
createlang plperl evergreen
createlang plperlu evergreen
createlang plpgsql evergreen
More information about the open-ils-commits
mailing list