[open-ils-commits] r17639 - trunk (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Sep 13 17:02:34 EDT 2010
Author: dbs
Date: 2010-09-13 17:02:28 -0400 (Mon, 13 Sep 2010)
New Revision: 17639
Modified:
trunk/README
Log:
Update README: create the database from template0 to avoid SQL_ASCII / UNICODE conflicts
Of course, perhaps this just obscures a real problem. Hrm.
Modified: trunk/README
===================================================================
--- trunk/README 2010-09-13 19:03:32 UTC (rev 17638)
+++ trunk/README 2010-09-13 21:02:28 UTC (rev 17639)
@@ -125,7 +125,7 @@
commands, we assume that you are working with PostgreSQL 8.4 on a Debian-based
system:
-createdb -E UNICODE evergreen
+createdb -t template0 -E UNICODE evergreen
createlang plperl evergreen
createlang plperlu evergreen
createlang plpgsql evergreen
More information about the open-ils-commits
mailing list