Doc: Improve note about copying into postgres_fdw foreign tables in batch
Etsuro Fujita <etsuro.fujita@gmail.com>
From: Etsuro Fujita <etsuro.fujita@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Andrey Lepikhov <a.lepikhov@postgrespro.ru>
Date: 2023-02-17T08:45:51Z
Lists: pgsql-hackers
Attachments
- postgres-fdw-batch-insert-doc.patch (application/octet-stream) patch
Hi,
Here is a small patch to improve the note, which was added by commit
97da48246 ("Allow batch insertion during COPY into a foreign table."),
by adding an explanation about how the actual number of rows
postgres_fdw inserts at once is determined in the COPY case, including
a limitation that does not apply to the INSERT case.
I will add this to the next CF.
Best regards,
Etsuro Fujita
Commits
-
Doc: Improve description of the "batch_size" option for postgres_fdw.
- 0f0a7183d7d8 16.0 landed
-
Allow batch insertion during COPY into a foreign table.
- 97da48246d34 16.0 cited