From b60c5feedddacdacd4d1f7a25fdc2f9e777515f4 Mon Sep 17 00:00:00 2001 From: kocio-pl Date: Mon, 19 Oct 2020 17:26:15 +0200 Subject: [PATCH] Update index.rst (#1213) Fix the header "On error stop / On error resume next" --- docs/index.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index c18fd98..569a86e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -156,10 +156,11 @@ Repeatable (DROP+CREATE) `Continuous Migration `_ methodology for more details about the approach. -On error stop / On error resume next The default behavior of pgloader when - migrating from a database is ``on error stop``. The idea is to let the - user fix either the migration specifications or the source data, and run - the process again, until it works. +On error stop / On error resume next + The default behavior of pgloader when migrating from a database is + ``on error stop``. The idea is to let the user fix either the migration + specifications or the source data, and run the process again, until + it works. In some cases the source data is so damaged as to be impossible to migrate in full, and it might be necessary to then resort to the ``on