diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index 372236ec13c..d43ea71407f 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -437,7 +437,11 @@ OPTIONS (ADD password_required 'false'); - This option also applies when copying into foreign tables. + This option also applies when copying into foreign tables. In that case + the actual number of rows postgres_fdw copies at + once is determined in a similar way to the insert case, but it is + limited to at most 1000 due to implementation restrictions of the + COPY command.