Validate: remove a level of indirection
This commit is contained in:
parent
9685287523
commit
64a105e013
3 changed files with 56 additions and 56 deletions
2
FU/Pg.pm
2
FU/Pg.pm
|
|
@ -806,7 +806,7 @@ error if something went wrong.
|
|||
It is possible to close a read-copy operation before all data has been
|
||||
consumed, but that causes all data to still be read and discarded during
|
||||
C<close()>. If you really want to interrupt a large read operation, a more
|
||||
efficient approach is to call C<< $conn->close >> and discard the entire
|
||||
efficient approach is to call C<< $conn->disconnect >> and discard the entire
|
||||
connection.
|
||||
|
||||
It is not I<necessary> to call this method, simply letting the C<$copy> object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue