Update README: create the database from template0 to avoid SQL_ASCII / UNICODE conflicts
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 13 Sep 2010 21:02:28 +0000 (21:02 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 13 Sep 2010 21:02:28 +0000 (21:02 +0000)
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

README

diff --git a/README b/README
index 33490b6..6e1a70b 100644 (file)
--- 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