diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml
index 8433344e5b6..5413bb0e12d 100644
--- a/doc/src/sgml/ref/copy.sgml
+++ b/doc/src/sgml/ref/copy.sgml
@@ -480,10 +480,11 @@ WHERE condition
- Currently, subqueries are not allowed in WHERE
- expressions, and the evaluation does not see any changes made by the
- COPY itself (this matters when the expression
- contains calls to VOLATILE functions).
+ Currently, subqueries and generated columns are not allowed in
+ WHERE expressions, and the evaluation does not see
+ any changes made by the COPY itself (this matters
+ when the expression contains calls to VOLATILE
+ functions).