diff --git a/doc/src/sgml/ref/create_foreign_table.sgml b/doc/src/sgml/ref/create_foreign_table.sgml
index 2b117afbf4c..083f16772b7 100644
--- a/doc/src/sgml/ref/create_foreign_table.sgml
+++ b/doc/src/sgml/ref/create_foreign_table.sgml
@@ -232,9 +232,9 @@ WITH ( MODULUS numeric_literal, REM
INCLUDING COMMENTS
- Comments for the copied columns and constraints will be
- copied. The default behavior is to exclude comments, resulting in
- the copied columns and constraints in the new table having no
+ Comments for the copied columns, constraints, and extended statistics
+ will be copied. The default behavior is to exclude comments,
+ resulting in the corresponding objects in the new table having no
comments.
diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml
index 77c5a763d45..982532fe725 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,
+ not-null 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.