From 7f249e91f0fd9b7a6f5267f12a08d791242a3946 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Tue, 1 Oct 2024 12:58:44 +0200 Subject: [PATCH] Remove rows per range option from Postgres-Postgres docs This was never implemented for pgsql<->pgsql migrations. Fixes: #1550 --- docs/ref/pgsql.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/ref/pgsql.rst b/docs/ref/pgsql.rst index 729d86b3..6cb2c8a1 100644 --- a/docs/ref/pgsql.rst +++ b/docs/ref/pgsql.rst @@ -212,11 +212,6 @@ supported, and the default *WITH* clause is: *no truncate*, *create schema*, When this option is listed pgloader only issues the `COPY` statements, without doing any other processing. - - *rows per range* - - How many rows are fetched per `SELECT` query when using *multiple - readers per thread*, see above for details. - PostgreSQL Database Casting Rules ---------------------------------