[open-ils-commits] r10908 - trunk/Open-ILS/src/sql/Pg
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Oct 25 09:33:56 EDT 2008
Author: phasefx
Date: 2008-10-25 09:33:50 -0400 (Sat, 25 Oct 2008)
New Revision: 10908
Modified:
trunk/Open-ILS/src/sql/Pg/build-db.sh
Log:
didn't mean to to check this in
Modified: trunk/Open-ILS/src/sql/Pg/build-db.sh
===================================================================
--- trunk/Open-ILS/src/sql/Pg/build-db.sh 2008-10-25 13:31:59 UTC (rev 10907)
+++ trunk/Open-ILS/src/sql/Pg/build-db.sh 2008-10-25 13:33:50 UTC (rev 10908)
@@ -15,8 +15,7 @@
# ---------------------------------------------------------------------------
# Lookup the database version from the PostgreSQL server.
# ---------------------------------------------------------------------------
-#DB_VERSION=`psql -qtc 'show server_version;' | xargs | cut -c1,3`
-DB_VERSION=81
+DB_VERSION=`psql -qtc 'show server_version;' | xargs | cut -c1,3`
if [ -z "$DB_VERSION" ] || [ `echo $DB_VERSION | grep -c '[^0-9]'` != 0 ]; then
cat <<EOM
********************************************************************************
More information about the open-ils-commits
mailing list