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

svn at svn.open-ils.org svn at svn.open-ils.org
Thu May 5 00:39:47 EDT 2011


Author: dbs
Date: 2011-05-05 00:39:44 -0400 (Thu, 05 May 2011)
New Revision: 20423

Modified:
   trunk/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: trunk/README
===================================================================
--- trunk/README	2011-05-04 18:01:27 UTC (rev 20422)
+++ trunk/README	2011-05-05 04:39:44 UTC (rev 20423)
@@ -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