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 7dc2dc2 commit bf6992bCopy full SHA for bf6992b
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.18 2002/01/09 16:00:46 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.19 2002/01/09 16:08:54 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.
@@ -229,9 +229,6 @@ do
229
fi
230
done
231
232
-rm -r data/pg_clog
233
-mv -f $OLDDIR/pg_clog data
234
-
235
echo "You must stop/start the postmaster before doing anything else."
236
echo "You may remove the $OLDDIR directory with 'rm -r $OLDDIR'."
237
0 commit comments