Re: Doc: Improve note about copying into postgres_fdw foreign tables in batch
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Etsuro Fujita <etsuro.fujita@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Andrey Lepikhov <a.lepikhov@postgrespro.ru>
Date: 2023-03-23T09:55:30Z
Lists: pgsql-hackers
> On 23 Mar 2023, at 10:51, Etsuro Fujita <etsuro.fujita@gmail.com> wrote: > <filename> seems more appropriate to me as well in this context, so I > left it alone. And just to be clear, I think you are right in leaving it alone given the context. > Attached is an updated version of the patch. LGTM. -- Daniel Gustafsson
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