We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505b2ec commit f564834Copy full SHA for f564834
src/bin/pg_dump/pg_upgrade
@@ -2,6 +2,9 @@
2
#
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
+echo "pg_upgrade is disabled in this release because the on-disk structure" 1>&2
6
+echo "of the tables has changed compared to previous releases." 1>&2
7
+exit 1
8
9
trap "rm -f /tmp/$$" 0 1 2 3 15
10
0 commit comments