[open-ils-commits] r19707 - branches/rel_2_1 (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Mar 11 15:40:36 EST 2011
Author: dbs
Date: 2011-03-11 15:40:31 -0500 (Fri, 11 Mar 2011)
New Revision: 19707
Modified:
branches/rel_2_1/README
Log:
Update the README to include explict LC_CTYPE/LC_COLLATE db settings
Modified: branches/rel_2_1/README
===================================================================
--- branches/rel_2_1/README 2011-03-11 20:39:48 UTC (rev 19706)
+++ branches/rel_2_1/README 2011-03-11 20:40:31 UTC (rev 19707)
@@ -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