We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaa1fa commit 0f0a718Copy full SHA for 0f0a718
doc/src/sgml/postgres-fdw.sgml
@@ -437,7 +437,11 @@ OPTIONS (ADD password_required 'false');
437
</para>
438
439
<para>
440
- This option also applies when copying into foreign tables.
+ This option also applies when copying into foreign tables. In that case
441
+ the actual number of rows <filename>postgres_fdw</filename> copies at
442
+ once is determined in a similar way to the insert case, but it is
443
+ limited to at most 1000 due to implementation restrictions of the
444
+ <command>COPY</command> command.
445
446
</listitem>
447
</varlistentry>
0 commit comments