[open-ils-commits] r17855 - trunk (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Sep 20 23:05:50 EDT 2010


Author: dbs
Date: 2010-09-20 23:05:48 -0400 (Mon, 20 Sep 2010)
New Revision: 17855

Modified:
   trunk/README
Log:
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: trunk/README
===================================================================
--- trunk/README	2010-09-20 22:51:28 UTC (rev 17854)
+++ trunk/README	2010-09-21 03:05:48 UTC (rev 17855)
@@ -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