Updates for 7.1 branding.
authorBruce Momjian <bruce@momjian.us>
Mon, 18 Dec 2000 16:30:07 +0000 (16:30 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 18 Dec 2000 16:30:07 +0000 (16:30 +0000)
register.txt
src/bin/pg_dump/pg_upgrade

index 31448954245dc112268d176b64141a6dc32a62aa..aaf49a44fd283cb0c41bc3771fe2d498d956ad73 100644 (file)
@@ -1,5 +1,5 @@
 
-(2000-09-01)
+(2000-12-11)
 PostgreSQL has a Web site at http://www.postgresql.org/ which carries details
 on the latest release, upcoming features, and other information to make your
 work or play with PostgreSQL more productive.
index 24bf71c37a6ba9db03e019fa501e1e54afdd52e7..063d06ec9a0082bcbab9acba3d726f1a3b9682be 100755 (executable)
@@ -93,8 +93,7 @@ fi
 # looks uglier but is more flexible.
 
 case "$SRCVERSION" in
-    6.5) ;;
-    7.0) ;;
+#    7.0) ;;
     *) echo "Sorry, `basename $0` cannot upgrade database version $SRCVERSION to $DESTVERSION." 1>&2
        echo "The on-disk structure of tables has changed." 1>&2
        echo "You will need to dump and restore using pg_dump." 1>&2