Re: Incoming/Sent traffic data - Mailing list pgsql-jdbc

From Maciek Sakrejda
Subject Re: Incoming/Sent traffic data
Date
Msg-id BANLkTikshdELcV06nY+B2UihuoGpAS8RaQ@mail.gmail.com
Whole thread Raw
In response to Re: Incoming/Sent traffic data  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: Incoming/Sent traffic data  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-jdbc
>> The java hava a lot of /D/D/D/D
>>
>> Maybe it's about this:
>>
>> http://developer.postgresql.org/pgdocs/postgres/protocol-error-fields.html
>
> D is just a DataRow message, you get one of those per row returned.
> Wireshark is telling you that there are many DataRow messages within a
> single TCP segment.

Right. If you're *not* getting those in Python, you're not getting the
data, so something is seriously wrong there. I don't know whether
Python has some hidden laziness that you're running afoul of or
something w.r.t. retrieving results, but that's the first place I'd
look.

---
Maciek Sakrejda | System Architect | Truviso

1065 E. Hillsdale Blvd., Suite 215
Foster City, CA 94404
(650) 242-3500 Main
www.truviso.com

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Incoming/Sent traffic data
Next
From: "Kevin Grittner"
Date:
Subject: Re: Incoming/Sent traffic data