Skip to content

Commit b60c5fe

Browse files
authored
Update index.rst (dimitri#1213)
Fix the header "On error stop / On error resume next"
1 parent 48d8ed0 commit b60c5fe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,11 @@ Repeatable (DROP+CREATE)
156156
`Continuous Migration <https://pgloader.io/blog/continuous-migration/>`_
157157
methodology for more details about the approach.
158158

159-
On error stop / On error resume next The default behavior of pgloader when
160-
migrating from a database is ``on error stop``. The idea is to let the
161-
user fix either the migration specifications or the source data, and run
162-
the process again, until it works.
159+
On error stop / On error resume next
160+
The default behavior of pgloader when migrating from a database is
161+
``on error stop``. The idea is to let the user fix either the migration
162+
specifications or the source data, and run the process again, until
163+
it works.
163164

164165
In some cases the source data is so damaged as to be impossible to
165166
migrate in full, and it might be necessary to then resort to the ``on

0 commit comments

Comments
 (0)