Update index.rst (#1213)

Fix the header "On error stop / On error resume next"
This commit is contained in:
kocio-pl 2020-10-19 17:26:15 +02:00 committed by GitHub
parent 48d8ed0613
commit b60c5feedd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,10 +156,11 @@ Repeatable (DROP+CREATE)
`Continuous Migration <https://pgloader.io/blog/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