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