Re: Incoming/Sent traffic data

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Oliver Jowett" <oliver(at)opencloud(dot)com>, "Maciek Sakrejda" <msakrejda(at)truviso(dot)com>
Cc: "Israel Ben Guilherme Fonseca" <israel(dot)bgf(at)gmail(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Incoming/Sent traffic data
Date: 2011-05-13 16:19:03
Message-ID: 4DCD13A7020000250003D6C6@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Maciek Sakrejda <msakrejda(at)truviso(dot)com> wrote:

>> D is just a DataRow message, you get one of those per row
>> returned.

> Right. If you're *not* getting those in Python, you're not getting
> the data, so something is seriously wrong there.

Perhaps python doesn't ship all the rows back on execute, but waits
for the rows to be requested? If it isn't already doing it, try
changing the script to read all the rows in the result set.

-Kevin

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Israel Ben Guilherme Fonseca 2011-05-13 16:40:15 Re: Incoming/Sent traffic data
Previous Message Maciek Sakrejda 2011-05-13 16:13:45 Re: Incoming/Sent traffic data