Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit19cba1a

Browse files
committed
More wording improvements.
1 parentfff9816 commit19cba1a

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/1504:55:26 momjian Exp $
6+
# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.6 2002/01/1505: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
thenecho"Set sequence values..."
546546
psql -d template1 -At<"$INFODIR"/setval
547547
if [$?-ne 0 ]
548-
thenecho"There were errors during int4 sequencerestore. Exiting."1>&2
548+
thenecho"There were errors during int4 sequencerestoration. 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)

[8]ページ先頭

©2009-2025 Movatter.jp