Re: Eager fetch of Array in one tcp connection

From: Kris Jurka <books(at)ejurka(dot)com>
To: Petr Prikryl <peter(dot)prikryl(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Eager fetch of Array in one tcp connection
Date: 2010-09-13 20:07:37
Message-ID: alpine.BSO.2.00.1009131604570.14193@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sat, 11 Sep 2010, Petr Prikryl wrote:

> So, I found that JDBC needs some aditional information to determine delimiter
> (viva opensource drivers). But it is worst , that JDBC driver hasn't
> implemented Array<Bytea> and I must use workaround (using strings).
> PP
>

I'm not sure what you're referring to with Array<Bytea>. I suppose we
could return byte[][], that seems like a reasonable thing to do.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kim Bisgaard 2010-09-14 07:14:52 Re: Synchronisation problems in COPY IN
Previous Message Samuel Gendler 2010-09-13 17:27:35 Re: Synchronisation problems in COPY IN