On 13 May 2011 23:53, Israel Ben Guilherme Fonseca <israel.bgf@gmail.com> wrote:
> 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.
Drill down into the packet contents and take a look.
Oliver