Skip to content

Commit 83d39d1

Browse files
author
James William Pye
committed
Minor word nit.
1 parent fc0d11a commit 83d39d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/documentation/copyman.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ with iterators, but the cost of allocating objects for each row is too
1515
significant for transferring gigabytes of COPY data from one connection to
1616
another. The interfaces available on statement objects are primarily intended to
1717
be used when transferring COPY data to and from arbitrary Python
18-
interfaces.
18+
objects.
1919

2020
Direct connection-to-connection COPY operations can be performed using the
2121
high-level `postgresql.copyman.transfer` function::

0 commit comments

Comments
 (0)