diff options
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
-rw-r--r-- | doc/src/sgml/postgres-fdw.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml index bfd344cdc0e..527f4deaaa2 100644 --- a/doc/src/sgml/postgres-fdw.sgml +++ b/doc/src/sgml/postgres-fdw.sgml @@ -398,6 +398,10 @@ OPTIONS (ADD password_required 'false'); exceeds the limit, the <literal>batch_size</literal> will be adjusted to avoid an error. </para> + + <para> + This option also applies when copying into foreign tables. + </para> </listitem> </varlistentry> |