Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1d820 commit 08147faCopy full SHA for 08147fa
contrib/pg_upgrade/pg_upgrade
@@ -3,7 +3,7 @@
3
# pg_upgrade: update a database without needing a full dump/reload cycle.
4
# CAUTION: Read the manual page before trying to use this!
5
6
-# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.7 2002/01/15 05:03:53 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.8 2002/01/15 05:10:57 momjian Exp $
7
#
8
# To migrate this to newer versions of PostgreSQL:
9
# 1) Update the version numbers at the top of the file
@@ -352,7 +352,7 @@ fi
352
if pg_ctl status | sed -n '1p' | grep "is running" > /dev/null 2>&1
353
then pg_ctl -w stop
354
if [ $? -ne 0 ]
355
- then echo "Can no start server. Exiting." 1>&2
+ then echo "Can not start server. Exiting." 1>&2
356
exit 1
357
fi
358
0 commit comments