]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- upgraded for 7.0
authorwrobell <wrobell@pld-linux.org>
Wed, 5 Jul 2000 12:46:47 +0000 (12:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.init -> 1.16

postgresql.init

index 4b21ef182b7e12de0c2c4be31ab6486e4e67754c..e65826380bac693c869974da361cfd6a2c07af38 100644 (file)
@@ -44,7 +44,7 @@ case "$1" in
                # Check for the PGDATA structure
                if [ -f $POSTGRES_DATA_DIR/PG_VERSION ] && [ -d $POSTGRES_DATA_DIR/base/template1 ]; then
                    # Check version of existing PGDATA
-                   if [ `cat $POSTGRES_DATA_DIR/PG_VERSION` != '6.5' ]; then
+                   if [ `cat $POSTGRES_DATA_DIR/PG_VERSION` != '7.0' ]; then
                        STARTTEXT="$STARTTEXT [Old version. Need to Upgrade]"
                        show "$STARTTEXT"; fail
                        exit 1
This page took 0.212571 seconds and 4 git commands to generate.