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 19cba1a commit a73517cCopy full SHA for a73517c
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.6 2002/01/15 05:03:25 momjian Exp $
+# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.7 2002/01/15 05:03:53 momjian Exp $
7
#
8
# To migrate this to newer versions of PostgreSQL:
9
# 1) Update the version numbers at the top of the file
@@ -14,7 +14,7 @@
14
#set -x
15
16
# Set this to "Y" to enable this program
17
-ENABLE="Y"
+ENABLE="N"
18
19
if [ "$ENABLE" != "Y" ]
20
then
0 commit comments