From: dbs Date: Tue, 21 Sep 2010 03:06:49 +0000 (+0000) Subject: Backport r17855 from trunk: Use verbose parameters for createdb X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3908ea98d3696ccb63135c2746a723eda9b94a18;p=evergreen%2Fjoelewis.git Backport r17855 from trunk: 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/branches/rel_2_0@17856 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/README b/README index dc671cf2d7..f887469640 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