Re: COPY rehashed

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: A(dot)M(dot) <agentm(at)themactionfaction(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: COPY rehashed
Date: 2006-05-16 21:47:06
Message-ID: 19DCA72F-A537-4EED-BBC2-4AD84B9A7D87@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

The real issue is to make sure there is only one Implementation of
the protocol. Currently the patch duplicates the protocol in it's own
handler.

If you could fold the COPY protocol into the QueryExecutor that would
be a good start. Then we can argue about the API.

DAVE
On 16-May-06, at 3:05 PM, A.M. wrote:

> Is there a posting detailing the agreed upon API? I would like this so
> much, I would be willing to work on it.
>
> -M
>
> On Tue, May 16, 2006 2:43 pm, Kris Jurka wrote:
>>
>
>>
>> On Tue, 16 May 2006, A.M. wrote:
>>
>>
>>> I would like to be able to use COPY operations from JDBC. I searched
>>> the archives and the last time it came up was August 2005. Everyone
>>> seems to be in agreement that it would come in handy, patches are
>>> available, but the indecision seems to be how to expose the COPY
>>> API. Is
>>> this correct?
>>
>> Originally yes, but at this point I think we've resigned ourselves to
>> putting out whatever we can rather than working on the more
>> complicated
>> API. The problem is really a matter of time and interest. All of
>> the
>> maintainers are very busy and can barely keep up with existing bug
>> reports
>> and list traffic.
>>
>> Kris Jurka
>>
>>
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2006-05-16 21:53:51 Re: password authentication error
Previous Message Sriram Dandapani 2006-05-16 20:44:06 password authentication error