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

Commit08147fa

Browse files
committed
More cleanups.
1 parent7e1d820 commit08147fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/pg_upgrade/pg_upgrade

Lines changed: 2 additions & 2 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.7 2002/01/15 05:03:53 momjian Exp $
6+
# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.8 2002/01/15 05:10:57 momjian Exp $
77
#
88
# To migrate this to newer versions of PostgreSQL:
99
#1) Update the version numbers at the top of the file
@@ -352,7 +352,7 @@ fi
352352
if pg_ctl status| sed -n'1p'| grep"is running"> /dev/null2>&1
353353
thenpg_ctl -w stop
354354
if [$?-ne 0 ]
355-
thenecho"Canno start server. Exiting."1>&2
355+
thenecho"Cannot start server. Exiting."1>&2
356356
exit 1
357357
fi
358358
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp