diff --git a/doc/src/sgml/ref/analyze.sgml b/doc/src/sgml/ref/analyze.sgml
index 7545fa5d869..8c9057beb91 100644
--- a/doc/src/sgml/ref/analyze.sgml
+++ b/doc/src/sgml/ref/analyze.sgml
@@ -190,6 +190,12 @@ ANALYZE [ VERBOSE ] [ table [ ( ANALYZE manually.
+
+
+ If the table being analyzed is completely empty, ANALYZE
+ will not record new statistics for that table. Any existing statistics
+ will be retained.
+