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 5b2ebe9 commit 9be030fCopy full SHA for 9be030f
src/bin/pg_dump/pg_upgrade
@@ -3,15 +3,15 @@
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.30 2002/01/13 01:13:59 momjian Exp $
+# $Header: /cvsroot/pgsql/src/bin/pg_dump/Attic/pg_upgrade,v 1.31 2002/01/13 01:22:27 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.
10
11
-set -x
+#set -x
12
13
# Set this to "Y" to enable this program
14
-ENABLE="Y"
+ENABLE="N"
15
16
# UPGRADE_VERSION is the expected old database version
17
UPGRADE_VERSION="7.1"
0 commit comments