File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ of the Receivers.
121121
122122.. note::
123123 Faults are only raised by `postgresql.copyman.CopyManager.__next__`. The
124- ``run()`` method will always raise `postgresql.copyman.CopyFail`.
124+ ``run()`` method will only raise `postgresql.copyman.CopyFail`.
125125
126126Receiver Faults
127127---------------
@@ -300,8 +300,8 @@ processes of the `postgresql.copyman` module:
300300 An object that consumes COPY data. A target.
301301
302302 Fault
303- Specifically, the `postgresql.copyman.Fault` exception . A Fault is raised
304- when a Receiver raises an exception.
303+ Specifically, `postgresql.copyman.Fault` exceptions . A Fault is raised
304+ when a Receiver or a Producer raises an exception during the COPY operation .
305305
306306 Reconciliation
307307 Generally, the steps performed by the "reconcile" method on
@@ -316,6 +316,6 @@ processes of the `postgresql.copyman` module:
316316 exhaustion.
317317
318318 Realignment
319- The process of providing compensating data to the receivers so that the
319+ The process of providing compensating data to the Receivers so that the
320320 connection will be on a message boundary. Occurs when the COPY operation
321- fails .
321+ is aborted .
You can’t perform that action at this time.
0 commit comments