Doc: Improve note about copying into postgres_fdw foreign tables in batch

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Andrey Lepikhov <a(dot)lepikhov(at)postgrespro(dot)ru>
Subject: Doc: Improve note about copying into postgres_fdw foreign tables in batch
Date: 2023-02-17 08:45:51
Message-ID: CAPmGK14NMXDMW4qK9kHUzudN9t71uvrMKPna02X6zwgQJ6E1_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
postgres-fdw-batch-insert-doc.patch application/octet-stream 752 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Jones 2023-02-17 09:14:46 Re: [PATCH] Add pretty-printed XML output option
Previous Message David Rowley 2023-02-17 08:44:06 Re: Make set_ps_display faster and easier to use