From 531878dbc9e093ac43ed5e8a99a4bfb93cc91352 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 21 Sep 2010 03:05:48 +0000 Subject: [PATCH] Use verbose parameters for createdb Thomas Berezansky noticed that the README was using "createdb -t template0", which isn't a valid option. To avoid case problems and to be more apparent what these options mean, let's use the verbose parameters. git-svn-id: svn://svn.open-ils.org/ILS/trunk@17855 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 6e1a70bb6..aa9d0d5d1 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 -t template0 -E UNICODE evergreen +createdb --template template0 --encoding UNICODE evergreen createlang plperl evergreen createlang plperlu evergreen createlang plpgsql evergreen -- 2.11.0