]> granicus.if.org Git - postgresql/commit
PL/Python: Improve documentation of nrows() method
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 16 Apr 2012 08:30:32 +0000 (11:30 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 16 Apr 2012 08:30:32 +0000 (11:30 +0300)
commit0f48e0675134eccd905eaf696a03c1e8cc85eab4
tree5a93e2e1b711d3e6b8e5cb0956049649fa92ed1b
parentc03523ed3fc65e219068aff536330ce451f63ca7
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.
doc/src/sgml/plpython.sgml
src/pl/plpython/expected/plpython_spi.out
src/pl/plpython/sql/plpython_spi.sql