[open-ils-commits] r19628 - trunk (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Mar 7 15:25:59 EST 2011


Author: miker
Date: 2011-03-07 15:25:54 -0500 (Mon, 07 Mar 2011)
New Revision: 19628

Modified:
   trunk/README
Log:
We now require PG 9.0+, say as much in the README ... everywhere

Modified: trunk/README
===================================================================
--- trunk/README	2011-03-07 20:24:17 UTC (rev 19627)
+++ trunk/README	2011-03-07 20:25:54 UTC (rev 19628)
@@ -121,17 +121,17 @@
 support Evergreen. Issue the following commands as the "postgres" user to set
 up a database called "evergreen". Note that the location of the PostgreSQL
 "contrib" packages may vary depending on your distribution. In the following
-commands, we assume that you are working with PostgreSQL 8.4 on a Debian-based
+commands, we assume that you are working with PostgreSQL 9.0 on a Debian-based
 system:
 
 createdb --template template0 --encoding UNICODE evergreen
 createlang plperl evergreen
 createlang plperlu evergreen
 createlang plpgsql evergreen
-psql -f /usr/share/postgresql/8.4/contrib/tablefunc.sql -d evergreen
-psql -f /usr/share/postgresql/8.4/contrib/tsearch2.sql -d evergreen
-psql -f /usr/share/postgresql/8.4/contrib/pgxml.sql -d evergreen
-psql -f /usr/share/postgresql/8.4/contrib/hstore.sql -d 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
+psql -f /usr/share/postgresql/9.0/contrib/hstore.sql -d evergreen
 
 Once you have created the Evergreen database, you need to create a PostgreSQL
 user to access the database. Issue the following command as the "postgres"



More information about the open-ils-commits mailing list