Re: 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: Re: Doc: Improve note about copying into postgres_fdw foreign tables in batch
Date: 2023-03-22 11:58:40
Message-ID: CAPmGK15UFkS7AEP0evv-1rX8X3VHGFRp5PGBKbi9B1SzNJqMcQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 17, 2023 at 5:45 PM Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> wrote:
> 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.

Does anyone want to comment on this?

Best regards,
Etsuro Fujita

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2023-03-22 12:08:53 Re: Doc: Improve note about copying into postgres_fdw foreign tables in batch
Previous Message Etsuro Fujita 2023-03-22 11:50:56 Re: Comment in preptlist.c