Doc: Improve note about copying into postgres_fdw foreign tables in batch - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Doc: Improve note about copying into postgres_fdw foreign tables in batch
Date
Msg-id CAPmGK14NMXDMW4qK9kHUzudN9t71uvrMKPna02X6zwgQJ6E1_g@mail.gmail.com
Whole thread Raw
Responses Re: Doc: Improve note about copying into postgres_fdw foreign tables in batch  (Etsuro Fujita <etsuro.fujita@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Make set_ps_display faster and easier to use
Next
From: Jim Jones
Date:
Subject: Re: [PATCH] Add pretty-printed XML output option