8000
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 165e2b6 commit 1e821d0Copy full SHA for 1e821d0
src/bin/pg_dump/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/src/bin/pg_dump/Attic/pg_upgrade,v 1.11 1999/08/02 22:34:53 tgl Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.12 1999/09/28 16:02:28 momjian Exp $
7
#
8
# NOTE: we must be sure to update the version-checking code a few dozen lines
9
# below for each new PostgreSQL release.
@@ -150,5 +150,6 @@ done
150
mv -f $OLDDIR/pg_log data
151
mv -f $OLDDIR/pg_variable data
152
153
+echo "You must stop/start the postmaster before doing anything else."
154
echo "You may remove the $OLDDIR directory with 'rm -r $OLDDIR'."
155
exit 0
0 commit comments