diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml
index 0763abd645d..e7f76d3e581 100644
--- a/doc/src/sgml/ref/copy.sgml
+++ b/doc/src/sgml/ref/copy.sgml
@@ -1,5 +1,5 @@
@@ -304,7 +304,8 @@ COPY count
You must have select privilege on the table
whose values are read by COPY TO, and
insert privilege on the table into which values
- are inserted by COPY FROM.
+ are inserted by COPY FROM. It is sufficient
+ to have column privileges on the column(s) listed in the command.