Keep pg_upgrade as disabled.
This commit is contained in:
parent
19cba1a775
commit
a73517cb8c
@ -3,7 +3,7 @@
|
|||||||
# pg_upgrade: update a database without needing a full dump/reload cycle.
|
# pg_upgrade: update a database without needing a full dump/reload cycle.
|
||||||
# CAUTION: Read the manual page before trying to use this!
|
# CAUTION: Read the manual page before trying to use this!
|
||||||
|
|
||||||
# $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 $
|
||||||
#
|
#
|
||||||
# To migrate this to newer versions of PostgreSQL:
|
# To migrate this to newer versions of PostgreSQL:
|
||||||
# 1) Update the version numbers at the top of the file
|
# 1) Update the version numbers at the top of the file
|
||||||
@ -14,7 +14,7 @@
|
|||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
# Set this to "Y" to enable this program
|
# Set this to "Y" to enable this program
|
||||||
ENABLE="Y"
|
ENABLE="N"
|
||||||
|
|
||||||
if [ "$ENABLE" != "Y" ]
|
if [ "$ENABLE" != "Y" ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user