Python DB API (pgdb.py) patch

From: Patrick Macdonald <patrickm(at)redhat(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Python DB API (pgdb.py) patch
Date: 2002-05-06 16:02:09
Message-ID: 3CD6A901.BABA39D5@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


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
--
Patrick Macdonald
Red Hat Canada

Attachment Content-Type Size
pgdb.patch text/plain 610 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2002-05-06 16:51:15 Set Returning Functions (SRF) - request for patch review and comment
Previous Message Tom Lane 2002-05-06 02:26:28 Re: Large PG_DUMPs going into memory?