We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad6e8e commit c20df3bCopy full SHA for c20df3b
1 file changed
postgresql/documentation/driver.py
@@ -413,7 +413,8 @@
413
414
``ps.rows(*parameters)``
415
Return a simple iterator to all the rows produced by the statement. This
416
- method will stream rows in on demand, so it is ideal for large result-sets.
+ method will stream rows on demand, so it is ideal for situations where
417
+ each individual row in a large result-set must be processed.
418
419
``iter(ps)``
420
Convenience interface that executes the ``rows()`` method without arguments.
0 commit comments