File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -156,10 +156,11 @@ Repeatable (DROP+CREATE)
156
156
`Continuous Migration <https://pgloader.io/blog/continuous-migration/ >`_
157
157
methodology for more details about the approach.
158
158
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.
163
164
164
165
In some cases the source data is so damaged as to be impossible to
165
166
migrate in full, and it might be necessary to then resort to the ``on
You can’t perform that action at this time.
0 commit comments