[open-ils-commits] r20424 - branches/rel_2_1 (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu May 5 00:40:32 EDT 2011
Author: dbs
Date: 2011-05-05 00:40:28 -0400 (Thu, 05 May 2011)
New Revision: 20424
Modified:
branches/rel_2_1/README
Log:
Remove redundant plpgsql install step from README
PostgreSQL 9.0 includes plpgsql by default, and running the
createlang plpgsql step throws an error that could concern
the installer. Drop the step from the README.
Signed-off-by: Dan Scott <dan at coffeecode.net>
Modified: branches/rel_2_1/README
===================================================================
--- branches/rel_2_1/README 2011-05-05 04:39:44 UTC (rev 20423)
+++ branches/rel_2_1/README 2011-05-05 04:40:28 UTC (rev 20424)
@@ -170,7 +170,6 @@
createdb --template template0 --lc-ctype=C --lc-collate=C --encoding UNICODE evergreen
createlang plperl evergreen
createlang plperlu evergreen
-createlang plpgsql evergreen
psql -f /usr/share/postgresql/9.0/contrib/tablefunc.sql -d evergreen
psql -f /usr/share/postgresql/9.0/contrib/tsearch2.sql -d evergreen
psql -f /usr/share/postgresql/9.0/contrib/pgxml.sql -d evergreen
More information about the open-ils-commits
mailing list