diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index 31b8146a79d..1cc5ccd37ce 100644
--- a/doc/src/sgml/ref/create_table.sgml
+++ b/doc/src/sgml/ref/create_table.sgml
@@ -672,9 +672,10 @@ WITH ( MODULUS numeric_literal, REM
INCLUDING COMMENTS
- Comments for the copied columns, constraints, and indexes will be
+ Comments for the copied columns, check constraints,
+ indexes, and extended statistics will be
copied. The default behavior is to exclude comments, resulting in
- the copied columns and constraints in the new table having no
+ the corresponding objects in the new table having no
comments.