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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: PL/Python: Improve documentation of nrows() method
Дата
Msg-id E1SJhMZ-0003pG-56@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: PL/Python: Fix crash when colnames() etc. called without result
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Install plpgsql.h to to include/server at "make install".