From 9c7ec2b627ad5865212b5f6666f603ddf58fad1a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 18 Dec 2000 16:30:07 +0000 Subject: [PATCH] Updates for 7.1 branding. --- register.txt | 2 +- src/bin/pg_dump/pg_upgrade | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/register.txt b/register.txt index 3144895424..aaf49a44fd 100644 --- a/register.txt +++ b/register.txt @@ -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. diff --git a/src/bin/pg_dump/pg_upgrade b/src/bin/pg_dump/pg_upgrade index 24bf71c37a..063d06ec9a 100755 --- a/src/bin/pg_dump/pg_upgrade +++ b/src/bin/pg_dump/pg_upgrade @@ -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 -- 2.39.5