diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index 78f2d7d8d5..edc4475a60 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -435,7 +435,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 in the insert case, but it is + limited to at most 1000 due to implementation restrictions of the + COPY command.