pgsql: PL/Python: Improve documentation of nrows() method - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: PL/Python: Improve documentation of nrows() method
Date
Msg-id E1SJhMZ-0003pG-56@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0f48e0675134eccd905eaf696a03c1e8cc85eab4

Modified Files
--------------
doc/src/sgml/plpython.sgml                |    7 +++-
src/pl/plpython/expected/plpython_spi.out |   58 +++++++++++++++++++++++++++++
src/pl/plpython/sql/plpython_spi.sql      |   22 +++++++++++
3 files changed, 86 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: PL/Python: Fix crash when colnames() etc. called without result
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Install plpgsql.h to to include/server at "make install".