[Lunar-commits] r17230 - moonbase/trunk/sql/postgresql

Florin Braescu florin at lunar-linux.org
Tue Nov 8 19:28:52 UTC 2005


Author: florin
Date: 2005-11-08 19:28:51 +0000 (Tue, 08 Nov 2005)
New Revision: 17230

Modified:
   moonbase/trunk/sql/postgresql/CONFIGURE
Log:
fix the CONFIGURE file.

Modified: moonbase/trunk/sql/postgresql/CONFIGURE
===================================================================
--- moonbase/trunk/sql/postgresql/CONFIGURE	2005-11-08 18:45:45 UTC (rev 17229)
+++ moonbase/trunk/sql/postgresql/CONFIGURE	2005-11-08 19:28:51 UTC (rev 17230)
@@ -3,7 +3,7 @@
     then
  if [ `cat /var/lib/pgsql/data/PG_VERSION` != '8.1' ]
     then
-    printf "${PROBLEM_COLOR}A pre 8.1 version of the database was found.\nYou will need to run pg_dumpall with perhap$
+    printf "${PROBLEM_COLOR}A pre 8.1 version of the database was found.\nYou need to upgrade the data format to 8.1.\nRefer to the INSTALL file located in the tarball\nfor the upgrade procedure.\nThe install will not continue.""${DEFAULT_COLOR}"
    exit 1
    fi
  fi



More information about the Lunar-commits mailing list