pgsql: PL/Python: Improve documentation of nrows() method

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: PL/Python: Improve documentation of nrows() method
Date: 2012-04-16 08:32:43
Message-ID: E1SJhMZ-0003pG-56@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-04-16 10:07:13 pgsql: Install plpgsql.h to to include/server at "make install".
Previous Message Peter Eisentraut 2012-04-15 17:25:58 pgsql: PL/Python: Fix crash when colnames() etc. called without result