CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 02/06/03 13:42:11
Modified files:
src/interfaces/python: pgdb.py
Log message:
Small patch to correct the default arraysize associated
with the Cursor object's fetchmany() method. The API and
inline documentation state that the default is 1. It
currently defaults to 5.
Patrick Macdonald