]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- 7.0.x database catalog is not compatibile with 7.1 catalog
authorwrobell <wrobell@pld-linux.org>
Thu, 10 May 2001 08:33:59 +0000 (08:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.init -> 1.21

postgresql.init

index 53d5b7c7bde1559804d3a2488dd96a937be45830..6fdbba774962268c7b4fadc714eb7c9a1d3c6538 100644 (file)
@@ -45,7 +45,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` != '7.0' ]; then
+                   if [ `cat $POSTGRES_DATA_DIR/PG_VERSION` != '7.1' ]; then
                        show "Databases created under incompatibile version. Migrate them first."; fail
                        exit 1
                    fi
This page took 0.33006 seconds and 4 git commands to generate.