PL/Python: Improve documentation of nrows() method

Peter Eisentraut <peter_e@gmx.net>

Commit: 0f48e0675134eccd905eaf696a03c1e8cc85eab4
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-04-16T08:30:32Z
Releases: 9.2.0
PL/Python: Improve documentation of nrows() method

Clarify that nrows() is the number of rows processed, versus the
number of rows returned, which can be obtained using len.  Also add
tests about that.

Files