Skip to content

Commit 19cba1a

Browse files
committed
More wording improvements.
1 parent fff9816 commit 19cba1a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

contrib/pg_upgrade/pg_upgrade

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# pg_upgrade: update a database without needing a full dump/reload cycle.
44
# CAUTION: Read the manual page before trying to use this!
55

6-
# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.5 2002/01/15 04:55:26 momjian Exp $
6+
# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.6 2002/01/15 05:03:25 momjian Exp $
77
#
88
# To migrate this to newer versions of PostgreSQL:
99
# 1) Update the version numbers at the top of the file
@@ -31,7 +31,7 @@ CUR_VERSION="7.2"
3131

3232
trap "rm -f /tmp/$$.*" 0 1 2 3 15
3333

34-
BASENAME=`basename "$0`
34+
BASENAME=`basename "$0"`
3535
PHASE=""
3636

3737
if [ "$#" -eq 1 ]
@@ -294,7 +294,7 @@ then
294294
fi
295295
echo
296296
echo
297-
echo "Plase 1 completed."
297+
echo "$BASENAME phase 1 completed."
298298
echo "Continue with the steps outlined in the $BASENAME manual page."
299299
exit 0
300300
fi
@@ -545,12 +545,13 @@ if [ "$SRC_VERSION" = "7.1" -o \
545545
then echo "Set sequence values..."
546546
psql -d template1 -At < "$INFODIR"/setval
547547
if [ $? -ne 0 ]
548-
then echo "There were errors during int4 sequence restore. Exiting." 1>&2
548+
then echo "There were errors during int4 sequence restoration. Exiting." 1>&2
549549
exit 1
550550
fi
551551
fi
552552

553553
echo
554554
echo
555+
echo "$BASENAME phase 2 completed."
555556
echo "You may remove the old database files with 'rm -r $INFODIR'."
556557
exit 0

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy