diff --git a/doc/src/sgml/ref/drop_statistics.sgml b/doc/src/sgml/ref/drop_statistics.sgml
index f58c3d6d221..1532ca95847 100644
--- a/doc/src/sgml/ref/drop_statistics.sgml
+++ b/doc/src/sgml/ref/drop_statistics.sgml
@@ -21,7 +21,7 @@ PostgreSQL documentation
-DROP STATISTICS [ IF EXISTS ] name [, ...]
+DROP STATISTICS [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]
@@ -59,6 +59,18 @@ DROP STATISTICS [ IF EXISTS ] name
+
+ CASCADE
+ RESTRICT
+
+
+
+ These key words do not have any effect, since there are no dependencies
+ on statistics.
+
+
+
+