[open-ils-commits] r17856 - branches/rel_2_0 (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Sep 20 23:06:51 EDT 2010
Author: dbs
Date: 2010-09-20 23:06:49 -0400 (Mon, 20 Sep 2010)
New Revision: 17856
Modified:
branches/rel_2_0/README
Log:
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.
Modified: branches/rel_2_0/README
===================================================================
--- branches/rel_2_0/README 2010-09-21 03:05:48 UTC (rev 17855)
+++ branches/rel_2_0/README 2010-09-21 03:06:49 UTC (rev 17856)
@@ -125,7 +125,7 @@
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
More information about the open-ils-commits
mailing list