diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml
index 2c65d48cd27..0b2d76bd386 100644
--- a/doc/src/sgml/ref/pgupgrade.sgml
+++ b/doc/src/sgml/ref/pgupgrade.sgml
@@ -308,8 +308,9 @@ make prefix=/usr/local/pgsql.new install
must be installed in the new cluster, usually via operating system
commands. Do not load the schema definitions, e.g., CREATE
EXTENSION pgcrypto, because these will be duplicated from
- the old cluster. (Extensions with available updates can be processed
- later using ALTER EXTENSION ... UPDATE.)
+ the old cluster. If extension updates are available,
+ pg_upgrade will report this and create
+ a script that can be run later to update them.