Skip to content

Commit 081bd6c

Browse files
author
James William Pye
committed
Minor improvements/clarifications.
1 parent e386cda commit 081bd6c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

postgresql/documentation/copyman.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

126126
Receiver 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.

0 commit comments

Comments
 (0)