diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml
index c7d9dca17b8..bfa3cf56096 100644
--- a/doc/src/sgml/ref/vacuumdb.sgml
+++ b/doc/src/sgml/ref/vacuumdb.sgml
@@ -292,6 +292,14 @@ PostgreSQL documentation
This option can only be used in conjunction with
or .
+
+ Note that requires
+ SELECT privileges on
+ pg_statistic
+ and
+ pg_statistic_ext_data,
+ which are restricted to superusers by default.
+