Re: copy patch question: byte format and efficiency

From: Georg Hintermaier <georg_hintermaier(at)yahoo(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: copy patch question: byte format and efficiency
Date: 2006-01-29 00:14:38
Message-ID: v52ot1pl0nhmmv1hj25bbhbnl6lro8u2u2@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sat, 28 Jan 2006 11:22:56 +0100, Georg Hintermaier
<georg_hintermaier(at)yahoo(dot)com> wrote:

>Hi,
>I am trying to stream selected columns of a file into the database.

>Questions:
>Am I on the right track in general or is there a more efficient way?
>I was also thinking about subclassing FilterInputStream, but
>then I would have to construct the ints and floats myself.

This works now very well and its very simple.
georg

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bernhard Rosenkraenzer 2006-01-29 12:28:43 BUG #2220: PostgreSQL-JDBC 8.1-404 fails to compile with ecj
Previous Message Georg Hintermaier 2006-01-28 10:22:56 copy patch question: byte format and efficiency