pgsql: Doc: Improve description of the "batch_size" option for postgres

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Improve description of the "batch_size" option for postgres
Date: 2023-03-24 04:01:25
Message-ID: E1pfYcH-0055dy-9C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Improve description of the "batch_size" option for postgres_fdw.

Document that the actual number of rows postgres_fdw inserts at once in
the COPY case is determined in a similar way to the INSERT case, but it
has a restriction that does not apply to the INSERT case.

Follow-up for commit 97da48246.

Reviewed-by: Daniel Gustafsson and Tatsuo Ishii
Discussion: https://postgr.es/m/CAPmGK14NMXDMW4qK9kHUzudN9t71uvrMKPna02X6zwgQJ6E1_g%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f0a7183d7d8632a2bbcdad796580b4cc541c639

Modified Files
--------------
doc/src/sgml/postgres-fdw.sgml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-03-24 04:30:52 pgsql: meson: add install-{docs,doc-html,doc-man} targets
Previous Message Michael Paquier 2023-03-24 01:22:41 pgsql: Rewrite error message related to sslmode in libpq