From: dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Mon, 13 Sep 2010 21:02:28 +0000 (+0000)
Subject: Update README: create the database from template0 to avoid SQL_ASCII / UNICODE conflicts
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=866518c2bfdc3bed5804b05b49f672940bc4314f;p=evergreen%2Fmasslnc.git

Update README: create the database from template0 to avoid SQL_ASCII / UNICODE conflicts

Of course, perhaps this just obscures a real problem. Hrm.


git-svn-id: svn://svn.open-ils.org/ILS/trunk@17639 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/README b/README
index 33490b6df4..6e1a70bb6a 100644
--- a/README
+++ b/README
@@ -125,7 +125,7 @@ up a database called "evergreen". Note that the location of the PostgreSQL
 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