From 866518c2bfdc3bed5804b05b49f672940bc4314f Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 13 Sep 2010 21:02:28 +0000 Subject: [PATCH] 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 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 33490b6df..6e1a70bb6 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 -- 2.11.0