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