Use verbose parameters for createdb
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 21 Sep 2010 03:05:48 +0000 (03:05 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 21 Sep 2010 03:05:48 +0000 (03:05 +0000)
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

diff --git a/README b/README
index 6e1a70b..aa9d0d5 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 -t template0 -E UNICODE evergreen
+createdb --template template0 --encoding UNICODE evergreen
 createlang plperl evergreen
 createlang plperlu evergreen
 createlang plpgsql evergreen