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
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