From: dbs Date: Tue, 21 Sep 2010 03:05:48 +0000 (+0000) Subject: Use verbose parameters for createdb X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=531878dbc9e093ac43ed5e8a99a4bfb93cc91352;p=evergreen%2Fjoelewis.git 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 --- diff --git a/README b/README index 6e1a70bb6a..aa9d0d5d1f 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