diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml
index 356baa91299..38ca09b423c 100644
--- a/doc/src/sgml/ref/pgupgrade.sgml
+++ b/doc/src/sgml/ref/pgupgrade.sgml
@@ -833,10 +833,10 @@ psql --username=postgres --file=script.sql postgres
Unless the option is specified,
pg_upgrade will transfer most optimizer statistics
- from the old cluster to the new cluster. However, some statistics may
- not be transferred, such as those created explicitly with or custom statistics added by an
- extension.
+ from the old cluster to the new cluster. This does not transfer
+ all statistics, such as those created explicitly with
+ , custom statistics added by
+ an extension, or statistics collected by the cumulative statistics system.